41a416da60
Delete all test methods (and empty test classes), since they'll be auto-generated
3 lines
84 B
Kotlin
3 lines
84 B
Kotlin
fun box() = if(arrayOfNulls<Int>(10) is Array<java.lang.Integer>) "OK" else "fail"
|
|
|