Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
noNumberCheckCast.kt
blob: 1ae6b24b34daa2ddd8710d0195c20183312e44c4 [
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