Files
kotlin-fork/compiler/testData/codegen/box/intrinsics/kt10131.kt
T
2018-08-09 14:22:50 +03:00

6 lines
110 B
Kotlin
Vendored

// IGNORE_BACKEND: JS_IR
// WITH_RUNTIME
fun box(): String =
listOf('O', 'K').fold("", String::plus)