Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
conditions
/
disjunction.kt
blob: e0f873a74d4e3be93fa1905e094923f0183a4456 [
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
// 1 IFEQ
// 2 IFNE
// 3 IF
// 1 GOTO