Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lazyCodegen
/
inlineConstInsideComparison.kt
blob: 40f155e417924e9e1e12baaade04cba36a873947 [
file
]
const
val one
=
1
const
val two
=
2
fun test1
()
{
if
(!(
one
<
two
))
{
val p
=
1
}
}
// 0 IF