roc/crates/compiler/test_syntax/tests/snapshots/pass/dbg.expr.result-ast
Joshua Warner b4fdb0a4c2
Make dbg parse strictly as an Apply
This is important in order to fix some formatting bugs found in fuzzing
2024-11-24 14:15:29 -08:00

14 lines
174 B
Text

SpaceAfter(
Apply(
@0-3 Dbg,
[
@4-5 Num(
"1",
),
],
Space,
),
[
Newline,
],
)