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