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