Files
kotlin-fork/compiler/testData/codegen/boxWithStdlib/intrinsics/kt10131a.kt
T
Dmitry Petrov 931463af0d - Fix code generation for inlined String::plus
#KT-10131 Fixed.
- Make extra factory methods in IntrinsicMethod protected.
This ensures that any of them can be properly overridden.
2015-11-24 12:09:34 +03:00

2 lines
72 B
Kotlin
Vendored

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