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

7 lines
117 B
Kotlin
Vendored

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