Files
openide/java/java-tests/testData/codeInsight/completeStatement/ForUpdateGeneration_after.java
T
2011-05-16 13:39:04 +04:00

6 lines
102 B
Java

public class Foo {
void test(int i) {
for (int j = 1; j < 10; <caret>) {
}
}
}