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

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]