931463af0d
#KT-10131 Fixed. - Make extra factory methods in IntrinsicMethod protected. This ensures that any of them can be properly overridden.
2 lines
67 B
Kotlin
Vendored
2 lines
67 B
Kotlin
Vendored
fun box(): String =
|
|
listOf('O', 'K').fold("", String::plus) |