J2k: for through range with != comparison is also recognized
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
//statement
|
||||
int[] array = new int[10];
|
||||
for (int i = 0; i != 10; i++) {array[i] = i;}
|
||||
Reference in New Issue
Block a user