Introduce Variable: Allow extraction to class body/file
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
val i = 10
|
||||
val s = i.toString()
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
val i = 10
|
||||
val s = i.toString()
|
||||