8 lines
148 B
Kotlin
Vendored
8 lines
148 B
Kotlin
Vendored
// FUNCTION: infix.dispatch.Wrapper.mustEqual
|
|
|
|
import infix.dispatch.*
|
|
|
|
fun box() = expectThrowableMessage {
|
|
Wrapper(1 + 1) mustEqual (2 + 4)
|
|
}
|