Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
codegen
/
box
/
involvesIrInterpreter
/
complexBooleanConstant.kt
blob: b1431a5b79b20ebad2ae12150786ab63f7485776 [
file
]
const
val BOOL
=
<!
EVALUATED
(
"true"
)!>
true
<!>
const
val BOOL_OR
=
<!
EVALUATED
(
"false"
)!>
false
&&
BOOL
<!>
const
val BOOL_AND
=
<!
EVALUATED
(
"true"
)!>
true
||
BOOL
<!>
const
val BOOL_AND_OR
=
<!
EVALUATED
(
"true"
)!>
true
||
false
&&
BOOL
<!>
fun box
()
=
"OK"