Files
openide/java/java-tests/testData/codeInsight/completeStatement/ReformatForHeader_after.java

7 lines
112 B
Java

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