Files
openide/java/java-tests/testData/refactoring/changeSignatureGesture/Modifier.java

4 lines
40 B
Java

class Test {
<caret>void foo() {
}
}