IDEA-97822 Code completion inserts a space after primitive types but not reference types

This commit is contained in:
peter
2012-12-20 18:30:44 +01:00
parent 92be22b211
commit 48cc2b3257
2 changed files with 2 additions and 4 deletions
@@ -1,3 +1,3 @@
public class Foo {
Object foo(boolean <caret>){ }
Object foo(boolean<caret>){ }
}