mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
IDEA-126726 "Complete current statement" always adds a newline
* rollback the fix for IDEA-119926
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
public class Junk {
|
||||
public static void main(String[] args) {
|
||||
int[] arr = new int[]{1, 2, 3};
|
||||
<caret>
|
||||
int[] arr = new int[]{1, 2, 3};<caret>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user