Files
kotlin-fork/compiler/testData/codegen/boxWithStdlib/arrays/kt602.kt
T
2016-03-09 10:25:38 +03:00

4 lines
103 B
Kotlin
Vendored

// WITH_RUNTIME
fun box() = if(arrayOfNulls<Int>(10).isArrayOf<java.lang.Integer>()) "OK" else "fail"