Files
kotlin/compiler/testData/codegen/bytecodeText/constants/string.kt
Ting-Yuan Huang 79fcaae991 Implement constant folding in the IR backend for JVM
The newly added pass folds the set of constant functions of the
current backend, plus IrBuiltIns.
2019-03-20 21:02:55 +01:00

6 lines
91 B
Kotlin
Vendored

fun box(): String {
return "O" + "K".toString() + 1.toLong()
}
// 1 LDC "OK1"
// 1 LDC