public class Foo { static int i; public int <caret>method() { return i; } }