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

41 lines
881 B
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,
},
),
),
@34-35 SpaceBefore(
Var {
module_name: "",
ident: "x",
suffixed: 0,
},
[
Newline,
Newline,
],
),
),
[
LineComment(
" leading comment",
),
],
)