Files
kotlin-fork/compiler/testData/codegen/box/intrinsics/kt10131.kt
T

5 lines
85 B
Kotlin
Vendored

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