mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
[java-completion] MissingLoopBodyFixer: wrap body only when it's indented
Fixes IDEA-294142 Complete Current Statement action can affect the next independent statement GitOrigin-RevId: cf6c81b5b62997a8925c2d68bf14533abb135d2c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
56a60c2688
commit
c1d6bd977f
@@ -0,0 +1,6 @@
|
||||
class X {{
|
||||
int[] a = new int[3];
|
||||
long res = 0;
|
||||
for (int val : a)<caret>
|
||||
System.out.println(res);
|
||||
}}
|
||||
Reference in New Issue
Block a user