Files
kotlin/compiler/testData/codegen/bytecodeText/boxingOptimization/kt7224.kt
2016-01-29 12:13:16 +03:00

7 lines
103 B
Kotlin
Vendored

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