Introduce Variable: Allow extraction to class body/file
This commit is contained in:
@@ -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
@@ -1 +1 @@
|
||||
Cannot refactor in this place
|
||||
Cannot perform refactoring without an expression
|
||||
|
||||
Reference in New Issue
Block a user