Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
boolean
/
BooleanMixWithOrLast.kt
blob: d4ed9346eba618a2569b940e27a8f94303187cc8 [
file
]
fun box
()
=
expectThrowableMessage
{
val text
=
"Hello"
assert
((
text
.
length
==
5
&&
text
.
toLowerCase
()
==
text
)
||
text
.
length
==
1
)
}