blob: 0ad0a8d747f01f04c4fd191f1ea6e11a6b5052a2 [file]
fun box() = expectThrowableMessage {
var i = 1
assert(++i == 4)
}