blob: e4902a9de63c7678dee2f79b4dd32eafb58e280e [file]
---
assert(listOf("a", "b", "c") == listOf(i++, i++, i++))
| | | | | |
| | | | | 2
| | | | 1
| | | 0
| | [0, 1, 2]
| false
[a, b, c]
---