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

21 lines
423 B
Text

UnaryOp(
@2-14 ParensAround(
Apply(
@2-6 Var {
module_name: "",
ident: "whee",
},
[
@8-10 Num(
"12",
),
@11-14 Var {
module_name: "",
ident: "foo",
},
],
Space,
),
),
@0-1 Not,
)