mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-86300 Create local variable intention implemented
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Introduce local variable" "false"
|
||||
|
||||
class a {
|
||||
void a() {
|
||||
a<caret>();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user