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