IDEA-144461 AutoCompletion doesn't insert whitespace after annotation

This commit is contained in:
peter
2015-08-28 15:13:17 +02:00
parent 77d4defe4a
commit ba960d6dda
4 changed files with 22 additions and 7 deletions
@@ -0,0 +1,5 @@
@interface AbcdAnno {}
class Foo {
void foo(@Abc<caret>Foo f) {}
}
@@ -0,0 +1,5 @@
@interface AbcdAnno {}
class Foo {
void foo(@AbcdAnno<caret> Foo f) {}
}