Files
kotlin-fork/compiler/testData/codegen/bytecodeText/boxingOptimization/kt7224.kt
T
Alexander Udalov d022bb0248 Switch default JVM target to 1.8
#KT-29405 Fixed
2021-02-01 11:54:04 +01:00

8 lines
104 B
Kotlin
Vendored

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