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

5 lines
132 B
Kotlin
Vendored

fun box() = expectThrowableMessage {
val hello = listOf("Hello", "World")
assert(hello.reversed() == emptyList<String>())
}