Files
kotlin-fork/compiler/testData/codegen/box/arrays/kt47483.kt
T
2021-12-17 13:43:59 +03:00

4 lines
72 B
Kotlin
Vendored

fun box(): String {
val test: Array<Int> = Array(42, return "OK")
}