Files
kotlin/compiler/testData/codegen/bytecodeText/constants/partialString.kt
2018-12-21 16:20:45 +01:00

8 lines
122 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
fun box(): String {
val z = 1;
return "O" + "K".toString() + z
}
// 1 LDC "OK"
// 1 LDC