Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
noNumberCheckCast.kt
blob: ed0879d07d13220e59b630dfc044ee2702f50684 [
file
]
fun test
()
{
val z
:
Int
?
=
1
val r
=
z
!!
+
1
stubPreventBoxingOptimization
(
z
)
}
fun stubPreventBoxingOptimization
(
s
:
Int
?)
{
s
}
// 0 CHECKCAST java/lang/Number