blob: 0e596058da01fe65fbe38395276796cb5770dd40 [file]
fun box(): String {
val test: Array<Int> = Array(42, return "OK")
}