blob: ba8ab8f14b4fded599032da8b44b45f8730cccbe [file]
fun box() = expectThrowableMessage {
val hello = listOf("Hello", "World")
assert(hello.reversed() == emptyList<String>())
}