mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-119926 Completing Statements doesn't go to next line for non conditional statements
This commit is contained in:
@@ -3,6 +3,7 @@ public class test {
|
||||
int k1 = 1;
|
||||
int k2 = 2;
|
||||
int[] array = new int[]{k1, k2};
|
||||
<caret>
|
||||
|
||||
System.out.print(k1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user