Files
openide/java/java-tests/testData/codeInsight/generation/surroundWith/java/SurroundNonExpressionWithParenthesis.java

8 lines
113 B
Java

class Test {
void foo() {
int a = 0, b = 0, c = 0;
if (a + <selection>b + c</selection>) {
}
}
}