2 lines
77 B
Kotlin
Vendored
2 lines
77 B
Kotlin
Vendored
// IGNORE_BACKEND: JS_IR
|
|
fun box() = if (4 as? Unit != null) "Fail" else "OK" |