4 lines
62 B
Kotlin
Vendored
4 lines
62 B
Kotlin
Vendored
fun box() = expectThrowableMessage {
|
|
assert(2 / 1 == 4)
|
|
}
|