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