Files
kotlin-fork/compiler/testData/codegen/box/intrinsics/kt10131a.kt
T
2019-11-19 11:00:09 +03:00

7 lines
145 B
Kotlin
Vendored

// IGNORE_BACKEND_FIR: JVM_IR
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
fun box(): String =
charArrayOf('O', 'K').fold("", String::plus)