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

9 lines
108 B
Java

class Test {
boolean foo() {
return null;
}
void bar() {
<selection>foo()</selection>
}
}