roc/compiler/parse/tests/snapshots/pass/where_clause_on_newline.expr.result-ast
Richard Feldman 531d254bca
Fix parser tests
Regions changed in 15187024233795c059342adc3c23b8a148a7f26e
2022-05-06 12:10:08 -04:00

50 lines
1.3 KiB
Text

Defs(
[
@0-29 Value(
Annotation(
@0-1 Identifier(
"f",
),
@4-29 Where(
@4-12 SpaceBefore(
Function(
[
@4-5 BoundVariable(
"a",
),
],
@9-12 Apply(
"",
"U64",
[],
),
),
[
Newline,
],
),
[
@19-29 HasClause {
var: @19-20 "a",
ability: @25-29 Apply(
"",
"Hash",
[],
),
},
],
),
),
),
],
@31-32 SpaceBefore(
Var {
module_name: "",
ident: "f",
},
[
Newline,
Newline,
],
),
)