[PowerAssert] Add codegen tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Assertion failed
|
||||
require(
|
||||
value = list
|
||||
|
|
||||
[Jane, John]
|
||||
.map { "Doe, $it" }
|
||||
|
|
||||
[Doe, Jane, Doe, John]
|
||||
.any { it == "Scott, Michael" }
|
||||
|
|
||||
false
|
||||
)
|
||||
Reference in New Issue
Block a user