Files
kotlin-fork/compiler/testData/codegen/box/arrays/kt602.kt
T
2018-12-21 16:09:11 +01:00

6 lines
127 B
Kotlin
Vendored

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