roc/crates/compiler/test_syntax/tests/snapshots/pass/parenthetical_apply.expr.result-ast
2024-04-28 08:47:08 +10:00

14 lines
190 B
Text

Apply(
@1-5 ParensAround(
Var {
module_name: "",
ident: "whee",
},
),
[
@7-8 Num(
"1",
),
],
Space,
)