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

10 lines
167 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
fun test(b: Byte, s: Short, i: Int, l: Long) {
"$b"
"$s"
"$i"
"$l"
}
// 4 valueOf
// 4 INVOKESTATIC java/lang/String.valueOf