Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lazyCodegen
/
negateObjectComp.kt
blob: 97a4da198840bfebf74903ae3a9b9e1c9b322614 [
file
]
val p
:
Int
?
=
1
;
val z
:
Int
?
=
2
;
fun test3
()
{
if
(!(
p
!!
<
z
!!))
{
val p
=
1
}
}
// 2 IFNONNULL
// 3 IF