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

44 lines
1 KiB
Text

Defs(
[
@0-33 Annotation(
@0-3 Identifier(
"foo",
),
@6-33 As(
@6-21 Apply(
"Foo.Bar",
"Baz",
[
@18-19 BoundVariable(
"x",
),
@20-21 BoundVariable(
"y",
),
],
),
[],
AliasHeader {
name: @25-29 "Blah",
vars: [
@30-31 Identifier(
"a",
),
@32-33 Identifier(
"b",
),
],
},
),
),
],
@35-37 SpaceBefore(
Num(
"42",
),
[
Newline,
Newline,
],
),
)