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

20 lines
286 B
Text

BinOps(
[
(
@0-2 Num(
"12",
),
@4-5 Star,
),
],
@15-17 SpaceBefore(
Num(
"92",
),
[
LineComment(
" test!",
),
],
),
)