roc/compiler/parse/tests/snapshots/pass/two_arg_closure.expr.result-ast
Joshua Warner eb35e9914f Fix tests
2022-01-01 18:20:05 -08:00

13 lines
166 B
Text

Closure(
[
@1-2 Identifier(
"a",
),
@4-5 Identifier(
"b",
),
],
@9-11 Num(
"42",
),
)