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

6 lines
137 B
Plaintext
Vendored

fun main() {
val <destruct>: Pair<Int, Int> = 1.to<Int, Int>(that = 2)
val a: Int = <destruct>.component1()
println(message = a)
}