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