4 lines
66 B
Kotlin
Vendored
4 lines
66 B
Kotlin
Vendored
fun box() = expectThrowableMessage {
|
|
assert(null is String)
|
|
}
|