blob: 61d15a87dff5772db1359f2cd23e2686caeb6a3a [file] [log] [blame]
class X {
public int n(int a) {
final Test test = new Test()
return test.m(a, a * 2, test.method(a * 2));
}
}