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