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

5 lines
122 B
Kotlin
Vendored

fun box() = expectThrowableMessage {
val hello = "Hello"
assert(hello.length == "World".substring(1, 4).length)
}