Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
534b00eff856e0e4dcaf105df9a043d9b1263ff7
/
.
/
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"