Introduce Variable: Allow extraction to class body/file

This commit is contained in:
Alexey Sedunov
2016-12-07 15:21:48 +03:00
parent abca774422
commit 9cadfd01ae
9 changed files with 26 additions and 18 deletions
@@ -1 +0,0 @@
Cannot refactor in this place
@@ -1 +0,0 @@
Cannot refactor in this place
@@ -0,0 +1,4 @@
class X {
val i = 10
val s = i.toString()
}
@@ -0,0 +1,2 @@
val i = 10
val s = i.toString()
@@ -1 +1 @@
Cannot refactor in this place
Cannot perform refactoring without an expression