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

5 lines
71 B
Java

class Test {
void foo() {
int i = <selection>0;</selection>
}
}