12 lines
220 B
Plaintext
Vendored
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
|
|
) |