Files
kotlin-fork/compiler/testData/codegen/box/exclExcl/primitive.kt
T
2013-02-06 17:54:29 +04:00

6 lines
67 B
Kotlin

fun box(): String {
42!!
42.toLong()!!
return "OK"!!
}