mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-14 02:21:25 +07:00
create switch intention: disable in for update IDEA-173690
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
void m(int[] array) {
|
||||
for (int i = 1; i < array.length; <caret>i++) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user