Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
297c60a0be8b6ac09c1201eceb6766f0723811db
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
boolean
/
BooleanMixWithAndLast.kt
blob: f8aed71efc1ca1186baecf926a17122cf89c623a [
file
]
fun box
()
=
expectThrowableMessage
{
val text
=
"Hello"
assert
((
text
.
length
==
1
||
text
.
toLowerCase
()
==
text
)
&&
text
.
length
==
1
)
}