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

12 lines
149 B
Text

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