Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
compiler
/
testData
/
codegen
/
box
/
evaluate
/
complexBooleanConstant.kt
blob: f71adcc03a58f04b2e6e3e9d96afafdb2f046aea [
file
]
const
val BOOL
=
true
const
val BOOL_OR
=
false
&&
BOOL
const
val BOOL_AND
=
true
||
BOOL
const
val BOOL_AND_OR
=
true
||
false
&&
BOOL
fun box
()
=
"OK"