FIR2IR: add test for KT-55458
This commit is contained in:
committed by
Space Team
parent
9378da6f27
commit
1c4d9175e7
@@ -0,0 +1,7 @@
|
||||
fun main() {
|
||||
// COMPOSITE {
|
||||
val tmp0_container: Pair<Int, Int> = 1.to<Int, Int>(that = 2)
|
||||
val a: Int = tmp0_container.component1()
|
||||
// }
|
||||
println(message = a)
|
||||
}
|
||||
Reference in New Issue
Block a user