Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
70b97c5abe682fb7598fc5070d94c39256a0baa4
/
.
/
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