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