roc/crates/compiler/test_syntax/tests/snapshots/pass/two_backpassing.expr.result-ast
2024-04-14 13:45:00 +10:00

57 lines
1.3 KiB
Text

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