Files
kotlin/compiler/testData/codegen/bytecodeText/stringOperations/doNotAppendEmptyString.kt
Dmitry Petrov 54cf11fd0a Skip empty string entries when generating string template expression
#KT-19738 Fixed Target versions 1.2.50
2018-04-20 14:52:14 +03:00

3 lines
45 B
Kotlin
Vendored

fun test(foo: Int) = "${foo}bar"
// 0 LDC ""