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

5 lines
90 B
Kotlin
Vendored

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