support space between class and caret in IDEA-118194 complete statement works strange for inner classes / enums

This commit is contained in:
peter
2013-12-17 10:37:38 +01:00
parent fbf651190e
commit 6e55733cab
4 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
public class Foo {
public static enum MyEnum <caret>
public void foo() {
}
}