Files
openide/java/java-tests/testData/codeInsight/generation/surroundWith/java/SurroundWithStatementWithoutSelection_after.java
T

9 lines
139 B
Java

class Test {
{
if () {
for(int i = 0; i< 9; i++) {
System.out.println("42");
}
}
}
}