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