JVM_IR: fold constant string concatenations

This commit is contained in:
pyos
2019-04-15 14:25:35 +02:00
committed by max-kammerer
parent 1bc4a2eff9
commit 5b595b58b2
12 changed files with 81 additions and 8 deletions

View File

@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
const val y = "cde"
fun foo(x : String) : String {

View File

@@ -1,4 +1,5 @@
// !LANGUAGE: -InlineConstVals
// IGNORE_BACKEND: JVM_IR
const val y = "cde"