roc/crates/compiler/test_syntax/tests/snapshots/pass/extra_newline.expr.migrated.roc

10 lines
83 B
Text

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