Files
openide/java/java-tests/testData/refactoring/introduceVariable/Parenthized.java

5 lines
85 B
Java

class A {
void method() {
int k = <selection>(1 + 2)</selection>;
}
}