Files
openide/java/java-tests/testData/refactoring/refactorThis/IntroduceFunctionalVariableFromStatement.java
Alexandr Suhinin 8ed92bd398 IJ-CR-6000 refactor this: fix test names
GitOrigin-RevId: 68c12b38a4aaf1160fb91f0802fe6a8e5a457127
2021-02-22 09:04:49 +00:00

5 lines
77 B
Java

class Test {
void test(){
<selection>String s = "42";</selection>
}
}