Files
kotlin-fork/compiler/testData/codegen/boxWithStdlib/regressions/kt6434_2.kt
T
2015-03-17 11:39:28 +03:00

7 lines
93 B
Kotlin

fun box(): String {
val p = 1 to 1
val (e, num) = p
val a = 1f
return "OK"
}