mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
search java direct inheritors using javac indices (initial)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class FooImpl extends Foo {
|
||||
|
||||
void m() {
|
||||
Foo f = new Foo() {
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user