Files
2024-02-07 21:51:17 +00:00

5 lines
143 B
Kotlin
Vendored

fun box() = expectThrowableMessage {
val text = "Hello"
assert((text.length == 5 && text.toLowerCase() == text) || text.length == 1)
}