blob: 5073527e3c8ac6251f57cb0810efc269e9500b2e [file] [log] [blame]
package test0486;
public class A {
int field;
void foo(int i, int k) {
i= k;
}
int goo() {
// offset here
field= 1;
return;
}
}