Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
stringOperations
/
singleConcat.kt
blob: e39f97ba5363016282ed7b8e66c8c3ae1af6cd9c [
file
]
fun f
(
s
:
String
)
=
"$s"
fun g
(
s
:
String
?)
=
"$s"
// 2 valueOf
// 0 NEW java/lang/StringBuilder