3 lines
87 B
Kotlin
Vendored
3 lines
87 B
Kotlin
Vendored
fun box() = if(arrayOfNulls<Int>(10).isArrayOf<java.lang.Integer>()) "OK" else "fail"
|
|
|