1515fbe99f
^KT-60728
4 lines
66 B
Kotlin
4 lines
66 B
Kotlin
// WITH_STDLIB
|
|
fun main() {
|
|
val (<expr>a</expr>, b) = 1 to 2
|
|
} |