roc/compiler/parse/tests/snapshots/pass/comment_before_op.expr.result-ast

20 lines
341 B
Text

BinOps(
[
(
@0-1 SpaceAfter(
Num(
"3",
),
[
LineComment(
" test!",
),
],
),
@11-12 Plus,
),
],
@13-14 Num(
"4",
),
)