public class Foo { void bar() { this.foo();<caret> } void foo() { } }