Files
kotlin-fork/compiler/testData/codegen/boxWithStdlib/intrinsics/kt10131.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
67 B
Kotlin
Vendored

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