Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
conditions
/
zeroCompare.kt
blob: 9010e305d5d0b00501cb04114783aff5cfa6ef0d [
file
] [
log
] [
blame
]
val a
=
1
fun main
()
{
if
(
a
==
0
)
{
"then"
}
else
{
"else"
}
}
//0 ICONST_0
//1 ICONST_1
//0 IFEQ
//1 IFNE
//1 IF
//1 GOTO