Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
conditions
/
negatedDisjunction.kt
blob: 0278b2e0dfb8efe6690c63f864b5137c3c23b5df [
file
] [
log
] [
blame
]
val a
=
false
val b
=
false
val c
=
false
fun main
()
{
if
(!(
a
||
b
||
c
))
{
"then"
}
else
{
"else"
}
}
// 0 ICONST_0
// 0 ICONST_1
// 0 IFEQ
// 3 IFNE
// 3 IF
// 1 GOTO