Basic invokedynamic string concatenation support

This commit is contained in:
Mikhael Bogdanov
2020-09-25 11:59:14 +02:00
parent 88892ec65d
commit 04012951c1
12 changed files with 264 additions and 15 deletions
@@ -0,0 +1,9 @@
// JVM_TARGET: 9
fun box(a: String, b: String?) {
val sb = StringBuilder();
sb.append("123")
}
// 0 INVOKEDYNAMIC makeConcatWithConstants
// 1 append
// 0 stringPlus