blob: 6497b0dc5308aed083e715e8a3248386a9fa3e30 [file] [log] [blame]
public class Foo {
int i;
public static int method(Foo anObject) {
return anObject.i;
}
}