mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
fix completing static inner class name extending its enclosing class
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Bar {
|
||||
private static class Zooooooo extends Bar {
|
||||
{
|
||||
Zoooo<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
class Bar {
|
||||
private static class Zooooooo extends Bar {
|
||||
{
|
||||
Zooooooo<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user