Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
297c60a0be8b6ac09c1201eceb6766f0723811db
/
.
/
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
)
}