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

5 lines
84 B
Java

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