Files
openide/java/java-tests/testData/codeInsight/moveStatementAction/moveOutsideMethod.java
2022-05-13 18:58:38 +00:00

9 lines
63 B
Java

class CL {
void g() {
int j = <caret>0;
}
}