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