roc/crates/compiler/test_syntax/tests/snapshots/pass/extra_newline.expr.roc
Joshua Warner 4f32f43048
Implement block / indent based parsing
... and enforce that defs can only occur in blocks (or, inside parenthesized expressions)
2024-07-27 13:34:16 -07:00

5 lines
55 B
Text

if foo then
x = a # 1
x # 2
else # 3
c # 4