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