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