4 lines
72 B
Kotlin
Vendored
4 lines
72 B
Kotlin
Vendored
fun box(): String {
|
|
val test: Array<Int> = Array(42, return "OK")
|
|
}
|