mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 15:54:05 +00:00
9 lines
174 B
Kotlin
Vendored
9 lines
174 B
Kotlin
Vendored
// JVM_TARGET: 9
|
|
fun box(a: String, b: String?) {
|
|
val sb = StringBuilder();
|
|
sb.append("123")
|
|
}
|
|
|
|
// 0 INVOKEDYNAMIC makeConcatWithConstants
|
|
// 1 append
|
|
// 0 stringPlus |