roc/test/snapshots/repl/list_concat_empty_second.md
2025-11-29 11:41:05 -05:00

173 B

META

description=List.concat with empty list as second argument
type=repl

SOURCE

» List.len(List.concat([1, 2, 3], []))

OUTPUT

3

PROBLEMS

NIL