blob: d9c03e8eedfbaf0e2294c989bb5b62e1ec4a1d29 [file]
fun box() = expectThrowableMessage {
val text: String? = "Hello"
assert(text != null && text.length == 5 && text.toLowerCase() == text)
}