Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
stringOperations
/
concatNotDynamic.kt
blob: 92897c4ce163795d6cf3f808d74300f2d48ccf48 [
file
] [
log
] [
blame
]
// KOTLIN_CONFIGURATION_FLAGS: 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