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