Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
boolean
/
BooleanMixWithOrFirst.kt
blob: 3b8223a79c59898c2697eab110d3998007bc809a [
file
]
fun box
()
=
expectThrowableMessage
{
val text
:
String
?
=
"Hello"
assert
(
text
==
null
||
(
text
.
length
==
5
&&
text
.
toLowerCase
()
==
text
))
}