blob: c8faef104750d1140bb5dac039955aa8498d4f50 [file] [log] [blame]
public class Foo {
void bar() {
this.foo();<caret>
}
void foo() {
}
}