Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
145b5051f737bcd07fb6d5440a722cea8ba3f98c
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
boolean
/
BooleanMixWithAndFirst.kt
blob: 4af8d94ab79864edbe359dfc06f433ef2b35b77b [
file
]
fun box
()
=
expectThrowableMessage
{
val text
:
String
?
=
"Hello"
assert
(
text
!=
null
&&
(
text
.
length
==
1
||
text
.
toLowerCase
()
==
text
))
}