Generate non-local destructuring declarations as properties
#KT-5620 Fixed #KT-15810 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
>>> val (a, b) = listOf(1, 2)
|
||||
>>> a
|
||||
1
|
||||
>>> b
|
||||
2
|
||||
Reference in New Issue
Block a user