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
@@ -51,4 +51,14 @@ class Java9CodegenTest : AbstractBlackBoxCodegenTest() {
loadFile()
blackBox(true)
}
fun testConcatDynamic200() {
loadFile()
blackBox(true)
}
fun testConcatDynamic201() {
loadFile()
blackBox(true)
}
}