mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
direct inheritor search with javac indices: do not forget of classes declared in method body (when internal is A$1Name)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
|
||||
void m() {
|
||||
|
||||
class FooInsideMethodImpl extends Foo {}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user