mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
make create local from fix available on full range (IDEA-141875)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Create local variable 'x'" "true"
|
||||
class A {
|
||||
public void foo() {
|
||||
Object x;
|
||||
x;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// "Create local variable 'x'" "true"
|
||||
class A {
|
||||
public void foo() {
|
||||
x;<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user