Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b3a2b4df653a2684b2b0316549ba32b028c37bf2
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
boolean
/
BooleanOr.kt
blob: 8396401f7957cf33320b42ae7e8c853d3b0fb73b [
file
]
fun box
()
=
expectThrowableMessage
{
val text
:
String
?
=
"Hello"
assert
(
text
==
null
||
text
.
length
==
1
||
text
.
toLowerCase
()
==
text
)
}