blob: 141bcbc500d42efffc7ef75984a65b4976430ce4 [file]
// FUNCTION: kotlin.check
fun box() = expectThrowableMessage {
check(1 == 2) { "the world is broken" }
}