mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-126726 "Complete current statement" always adds a newline
* rollback the fix for IDEA-119926
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
public class Foo {
|
||||
public void fails() {
|
||||
boolean[] a = new boolean[f()];
|
||||
<caret>
|
||||
boolean[] a = new boolean[f()];<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user