Files
kotlin-fork/compiler/testData/codegen/bytecodeText/boxingOptimization/kt7224.kt
T

10 lines
135 B
Kotlin
Vendored

// IGNORE_BACKEND_FIR: JVM_IR
fun box(): String {
230?.hashCode()
return "OK"
}
// 0 INVOKESTATIC java/lang/Integer.valueOf