blob: 73b721ceb52bba32f19d59683f7f850d16025ff6 [file]
// FUNCTION: infix.dispatch.Wrapper.mustEqual
import infix.dispatch.*
fun box() = expectThrowableMessage {
Wrapper(1 + 1).mustEqual(6)
}