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

13 lines
170 B
Text

Apply(
@0-4 Var {
module_name: "",
ident: "whee",
suffixed: 0,
},
[
@5-6 Num(
"1",
),
],
Space,
)