blob: 1d6dffabf678dca06cc4a0ce961d6ba25197e0ec [file] [log] [blame]
public class Foo extends Bar {
public int i;
public static int <caret>method(Foo anObject) {
return anObject.i;
}
}