mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 11:00:04 +07:00
IDEA-97822 Code completion inserts a space after primitive types but not reference types
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
public class Foo {
|
||||
Object foo(boolean <caret>){ }
|
||||
Object foo(boolean<caret>){ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user