blob: 1f71ac50787782e4436a3aaa543bb6c1c04bba23 [file] [log] [blame]
class XTest {
int n() {
Test t;
return t.method(1, 2, t.anotherMethod(1 + 2));
}
}