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