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

6 lines
115 B
Kotlin
Vendored

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