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