Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lazyCodegen
/
negateObjectCompChaing.kt
blob: df7c89c547ed14d141541ef53e195a44b4cc7e80 [
file
]
val p
:
Int
?
=
1
;
val z
:
Int
?
=
2
;
fun test3
()
{
if
(!!!(
p
!!
<
z
!!))
{
val p
=
1
}
}
// 2 checkNotNull \(Ljava/lang/Object;\)V
// 1 IF_ICMP