Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
boxingOptimization
/
hashCodeOnNonNull.kt
blob: 4553487d94964bf95918627939734ceb7ec953b8 [
file
] [
log
] [
blame
]
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND_FIR: JVM_IR
fun foo
()
{
val x
:
Int
?
=
6
val hc
=
x
!!.
hashCode
()
}
// 1 java/lang/Integer.hashCode \(I\)I
// 0 java/lang/Integer.valueOf
// 0 intValue