IDEA-147313 Adding @NotNull in front of a method parameter and finishing lookup with Space inserts 2 spaces

This commit is contained in:
peter
2015-11-04 16:51:15 +01:00
parent 94e3eb2c04
commit 4cac3b6b78
4 changed files with 18 additions and 4 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) {}
}