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