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