roc/compiler/parse/tests/snapshots/pass/three_arg_closure.expr.result-ast

16 lines
260 B
Text

Closure(
[
|L 0-0, C 1-2| Identifier(
"a",
),
|L 0-0, C 4-5| Identifier(
"b",
),
|L 0-0, C 7-8| Identifier(
"c",
),
],
|L 0-0, C 12-14| Num(
"42",
),
)