Files
openide/java/java-tests/testData/codeInsight/generation/surroundWith/java/SurroundExpressionWithIf.java
T
2014-01-08 15:41:08 +11:00

9 lines
108 B
Java

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