Files
openide/java/java-tests/testData/refactoring/extractMethod/EmptyParenthesis.java
T
2019-11-07 02:40:58 +00:00

6 lines
78 B
Java

class C {
void foo() {
int x = <selection>()</selection>;
}
}