Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
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