Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
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