blob: 6f50634df5a26bb40e8852fb77621f2e74739781 [file] [log] [blame]
class Foo {
}
class FooImpl extends Foo {
private void fo<caret>o(){}
void bar() {
foo();
}
}