[PowerAssert] Add codegen tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun box() = expectThrowableMessage {
|
||||
val lambda = { "Not equal" }
|
||||
assert(1 == 2, lambda)
|
||||
}
|
||||
Reference in New Issue
Block a user