Files
kotlin-fork/compiler/testData/codegen/bytecodeText/boxingOptimization/kt7224.kt
T
2021-11-09 21:04:35 +03:00

8 lines
104 B
Kotlin
Vendored

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