Files
kotlin-fork/compiler/testData/codegen/box/exclExcl/primitive.kt
T
2018-07-10 13:34:19 +03:00

6 lines
67 B
Kotlin
Vendored

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