6 lines
115 B
Kotlin
Vendored
6 lines
115 B
Kotlin
Vendored
// IGNORE_BACKEND: JS_IR
|
|
// WITH_RUNTIME
|
|
|
|
fun box(): String =
|
|
charArrayOf('O', 'K').fold("", String::plus)
|