Files
kotlin-fork/compiler/testData/codegen/box/exclExcl/primitive.kt
T
2018-06-09 19:15:38 +03:00

7 lines
92 B
Kotlin
Vendored

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