[PowerAssert] Add codegen tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// FUNCTION: infix.dispatch.Wrapper.mustEqual
|
||||
|
||||
import infix.dispatch.*
|
||||
|
||||
fun box() = expectThrowableMessage {
|
||||
Wrapper(1) mustEqual (2 + 4)
|
||||
}
|
||||
Reference in New Issue
Block a user