Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lazyCodegen
/
negateConst.kt
blob: 43b2f2875c6a3c4853327bf354caaf4e39799803 [
file
] [
log
] [
blame
]
fun test4
()
{
if
(!
false
)
{
val p
=
1
}
}
fun test5
()
{
if
(!
true
)
{
val p
=
1
}
}
// 0 IF