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