blob: 04d3e2439a4cb94652f53c9acb8148f1a4fc93dd [file]
fun box() = expectThrowableMessage {
val text: String? = "Hello"
assert(text == null || (text.length == 5 && text.lowercase() == text))
}