Files
kotlin-fork/plugins/power-assert/testData/codegen/lambda/ListOperationsRequire.box.txt
T
2024-02-07 21:51:17 +00:00

12 lines
220 B
Plaintext
Vendored

Assertion failed
require(
value = list
|
[Jane, John]
.map { "Doe, $it" }
|
[Doe, Jane, Doe, John]
.any { it == "Scott, Michael" }
|
false
)