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