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

7 lines
133 B
Java

class Test {
void m() {
if (true)
<selection> // comment
System.out.println();</selection>
}
}