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

2 lines
77 B
Kotlin
Vendored

// IGNORE_BACKEND: JS_IR
fun box() = if (4 as? Unit != null) "Fail" else "OK"