Files
kotlin/compiler/testData/codegen/box/casts/asUnit.kt

1 line
52 B
Kotlin
Vendored

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