Files
2018-07-17 20:18:29 +03:00

1 line
52 B
Kotlin
Vendored

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