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