Files
kotlin/compiler/testData/codegen/box/casts/asUnit.kt
2018-07-17 20:18:29 +03:00

1 line
52 B
Kotlin
Vendored

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