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

20 lines
367 B
Text

BinOps(
[
(
|L 0-0, C 0-1| SpaceAfter(
Num(
"3",
),
[
LineComment(
" test!",
),
],
),
|L 1-1, C 0-1| Plus,
),
],
|L 1-1, C 2-3| Num(
"4",
),
)