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