7 lines
136 B
Kotlin
Vendored
7 lines
136 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
// IGNORE_BACKEND: JS_IR
|
|
// WITH_RUNTIME
|
|
|
|
fun box(): String =
|
|
listOf('O', 'K').fold("", String::plus)
|