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