create switch intention: disable in for update IDEA-173690

This commit is contained in:
Dmitry Batkovich
2017-06-05 20:06:00 +03:00
parent 4f2dafb7ce
commit fbd082f075
3 changed files with 14 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
class Test {
void m(int[] array) {
for (int i = 1; i < array.length; <caret>i++) { }
}
}