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

13 lines
196 B
Text

Closure(
[
|L 0-0, C 1-2| Identifier(
"a",
),
|L 0-0, C 4-5| Identifier(
"b",
),
],
|L 0-0, C 9-11| Num(
"42",
),
)