Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lazyCodegen
/
negateConstantCompare.kt
blob: f52ff9efb758376769416be4e1db8a6e26117908 [
file
]
// !LANGUAGE: -InlineConstVals
const
val one
=
1
const
val two
=
2
fun test1
()
{
if
(!(
one
<
two
))
{
val p
=
1
}
}
// 1 IF