mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Skip empty string entries when generating string template expression
#KT-19738 Fixed Target versions 1.2.50
This commit is contained in:
3
compiler/testData/codegen/bytecodeText/stringOperations/doNotAppendEmptyString.kt
vendored
Normal file
3
compiler/testData/codegen/bytecodeText/stringOperations/doNotAppendEmptyString.kt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
fun test(foo: Int) = "${foo}bar"
|
||||
|
||||
// 0 LDC ""
|
||||
Reference in New Issue
Block a user