blob: dd4f98b4e8a6e9cdf75822974f8261e942fca8e8 [file] [log] [blame]
class XXX {
public int m() {
Test t;
return t.method(1, 1 + t.@i);
}
}