blob: 5143022112a0f524bf06d71024c6062ad75fbbd5 [file] [log] [blame]
class X {
public static int i;
int yyy(int z) {
Test t;
return t.method(z, z + Test.i);
}
}