// TARGET_BACKEND: JVM // WITH_STDLIB fun box() = if(arrayOfNulls(10).isArrayOf()) "OK" else "fail"