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
@@ -0,0 +1,2 @@
val i = 10
val s = i.toString()