mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
[java-inspections] ConvertFieldToLocalQuickFix: ModCommand; superclass inlined
GitOrigin-RevId: 62aa30ecb2fa401534fe71fc5960863f19aa068d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6b65e3797e
commit
059257aec5
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user