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

52 lines
1.1 KiB
Text

SpaceBefore(
Backpassing(
[
@18-19 Identifier(
"x",
),
],
@23-32 ParensAround(
Closure(
[
@25-26 Identifier(
"y",
),
],
@30-31 Var {
module_name: "",
ident: "y",
},
),
),
@33-44 SpaceBefore(
Backpassing(
[
@33-34 Identifier(
"z",
),
],
@38-40 Record(
[],
),
@43-44 SpaceBefore(
Var {
module_name: "",
ident: "x",
},
[
Newline,
Newline,
],
),
),
[
Newline,
],
),
),
[
LineComment(
" leading comment",
),
],
)