mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
IDEA-139340 Inner class appears twice in code completion popup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Foo {
|
||||
|
||||
public static void main(String[] args) {
|
||||
Inne<caret>x
|
||||
}
|
||||
|
||||
private static final class Inner { }
|
||||
}
|
||||
Reference in New Issue
Block a user