Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
06a89a0061108200c9df4e3eb11c8efa06e75eed
/
.
/
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
)
}