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

8 lines
129 B
Kotlin
Vendored

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