Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
stringOperations
/
concatNotDynamic.kt
blob: 9ee0ca653481f036cb08b2e9eeadff96272a9087 [
file
] [
log
] [
blame
]
// KOTLIN_CONFIGURATION_FLAGS: STRING_CONCAT=indy-with-constants
// JVM_TARGET: 9
fun box
(
a
:
String
,
b
:
String
?)
{
val sb
=
StringBuilder
();
sb
.
append
(
"123"
)
}
// 0 INVOKEDYNAMIC makeConcatWithConstants
// 1 append
// 0 stringPlus