Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
firProblems
/
kt55458.fir.kt.txt
blob: 3a41bbbe5df7c1431c473e72cc282a322089b4f5 [
file
]
fun runMe() {
val tmp_0: Pair<Int, Int> = 1.to<Int, Int>(that = 2)
val a: Int = tmp_0.component1()
println(message = a)
}