Introduce Variable: Support destructuring declarations
#KT-6262
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun test() {
|
||||
val (i, i1) = 1 to 2
|
||||
}
|
||||
Reference in New Issue
Block a user