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