Files
kotlin-fork/compiler/testData/codegen/box/intrinsics/kt10131.kt
T
2018-06-28 12:26:41 +02:00

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)