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