J2k: for through range with != comparison is also recognized
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class A {
|
||||
void foo(int min) {
|
||||
for(int i = 10; i != min; i--) {
|
||||
System.out.println(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user