JVM_IR fix string concatenation performance issues
KT-50080 KT-50084 KT-50140
This commit is contained in:
committed by
TeamCityServer
parent
fa41e0f5a9
commit
3017397960
@@ -0,0 +1,3 @@
|
||||
fun <T : String> concat4(x: T) = x + "K"
|
||||
|
||||
fun box() = concat4("O")
|
||||
Reference in New Issue
Block a user