Files
kotlin-fork/compiler/testData/codegen/box/strings/kt50140.kt
T
Dmitry Petrov 3017397960 JVM_IR fix string concatenation performance issues
KT-50080 KT-50084 KT-50140
2021-12-09 15:32:13 +03:00

4 lines
67 B
Kotlin
Vendored

fun <T : String> concat4(x: T) = x + "K"
fun box() = concat4("O")