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