mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-completion] Complete statement: process loops uniformly; wrap loop body
Fixes IDEA-73881 "Complete Current Statement" incorrectly handles for with non-block loop statement GitOrigin-RevId: 0e92756e7536f5d939db3f2f0ed42c8e716076c3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c62e2b7740
commit
b5838faa84
+6
@@ -0,0 +1,6 @@
|
||||
class X {{
|
||||
int[] a = new int[3];
|
||||
long res = 0;
|
||||
for (int val : a)<caret>
|
||||
res+=val
|
||||
}}
|
||||
Reference in New Issue
Block a user