Files
kotlin-fork/compiler/testData/ir/irText/firProblems/kt55458.kt
T
2023-01-31 13:43:26 +00:00

7 lines
75 B
Kotlin
Vendored

// WITH_STDLIB
fun main() {
val (a: Any, _) = 1 to 2
println(a)
}