// TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME fun box() = if(arrayOfNulls(10).isArrayOf()) "OK" else "fail"