Generate non-local destructuring declarations as properties

#KT-5620 Fixed
 #KT-15810 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2017-05-24 17:32:11 +03:00
parent 400ecd5e13
commit 47f2386212
8 changed files with 106 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
>>> val (a, b) = listOf(1, 2)
>>> a
1
>>> b
2