blob: 0f41b3f9ccff754209f23b8b3d87d5d10ba5e802 [file]
fun box() = expectThrowableMessage {
val text = "Hello"
assert(!(text.length == 1 || text.lowercase() == text) && !(text.length == 5))
}