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