Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
conditions
/
conjunctionInWhile.kt
blob: 0d0cc3505ba8091c5eedb499d6dea2841980198a [
file
] [
log
] [
blame
]
val a
=
false
val b
=
false
val c
=
false
fun main
()
{
while
(
a
&&
b
&&
c
)
{
"loop"
}
}
// 0 ICONST_0
// 0 ICONST_1
// 3 IFEQ
// 0 IFNE
// 3 IF
// 1 GOTO