Files
openide/java/java-tests/testData/refactoring/refactorThis/SafeDeleteOnVariableDeclaration.java
Alexandr Suhinin a6f67cae1f IDEA-259023 refactor this: suggest Safe Delete for declarations only
GitOrigin-RevId: ad8a16589415a16ce8b4df2c8b16e2aed1fc6430
2021-01-08 10:43:42 +00:00

7 lines
73 B
Java

public class Test {
void test(){
int x<caret> = 42;
}
}