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