Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9f74a475e654a271d2924cb1d68ecbb852e03892
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
boolean
/
BooleanMixWithAndNot.kt
blob: 0f41b3f9ccff754209f23b8b3d87d5d10ba5e802 [
file
]
fun box
()
=
expectThrowableMessage
{
val text
=
"Hello"
assert
(!(
text
.
length
==
1
||
text
.
lowercase
()
==
text
)
&&
!(
text
.
length
==
5
))
}