mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-15 02:03:58 +07:00
DeleteSideEffectsAwareFix: fix removal of for-update statement
GitOrigin-RevId: 15a64c215cc98f4f94b76edc3486bcf762a8be28
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fc97cbbd2c
commit
f127b4491c
+8
@@ -0,0 +1,8 @@
|
||||
// "Delete element" "true"
|
||||
class X {
|
||||
void test() {
|
||||
for (int i = 0; i < Integer.MAX_VALUE; ) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// "Delete element" "true"
|
||||
class X {
|
||||
void test() {
|
||||
for (int i = 0; i < Integer.MAX_VALUE; i<caret> *= 2) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user