blob: 4683cf7ed776ed8d7b0d026f9335c1dc9b1daf84 [file] [log] [blame]
public class a {
void f<caret>oo() {
System.out.println();
}
}
class b extends a {
void foo() {
System.out.println();
}
}