blob: 6756eb6918aa534205454cce73d4e853e1fcf8c6 [file] [log] [blame]
class XXX {
public int m() {
Test t;
return t.method(1);
}
}