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