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

8 lines
169 B
Plaintext
Vendored

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