mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
extract method from expression: declare necessary variables inside; reassign result when it was assigned before (IDEA-63593)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
|
||||
class Foo {
|
||||
void foo() {
|
||||
int x = 0;
|
||||
<selection>x = 1</selection>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user