[java-inspections] ConvertFieldToLocalQuickFix: ModCommand; superclass inlined

GitOrigin-RevId: 62aa30ecb2fa401534fe71fc5960863f19aa068d
This commit is contained in:
Tagir Valeev
2023-07-06 18:06:14 +02:00
committed by intellij-monorepo-bot
parent 6b65e3797e
commit 059257aec5
12 changed files with 181 additions and 64 deletions

View File

@@ -4,8 +4,8 @@ class Foo {
class Bar {
void test() {
int x = 2; // could be local
System.out.println(x);
int x = 2; // could be local
System.out.println(x);
}
}
}