Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lazyCodegen
/
negateConstantCompare.kt
blob: 111a2828caf5626b74f0082a61c82956cf4006c3 [
file
] [
log
] [
blame
]
// LANGUAGE_VERSION: 1.0
const
val one
=
1
const
val two
=
2
fun test1
()
{
if
(!(
one
<
two
))
{
val p
=
1
}
}
// 1 IF