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