9 lines
354 B
Plaintext
Vendored
9 lines
354 B
Plaintext
Vendored
Assertion failed
|
|
assert(listOf("a", "b", "c") == listOf(i++, i++, i++))
|
|
| | | | | |
|
|
| | | | | 2
|
|
| | | | 1
|
|
| | | 0
|
|
| | [0, 1, 2]
|
|
| false
|
|
[a, b, c] |