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