mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-21 21:45:00 +00:00

Importantly, this would have caught the issue discovered in #7279, prior to that landing on main.
15 lines
202 B
Text
15 lines
202 B
Text
@0-9 Closure(
|
|
[
|
|
@1-2 Identifier {
|
|
ident: "x",
|
|
},
|
|
],
|
|
@8-9 SpaceBefore(
|
|
Num(
|
|
"1",
|
|
),
|
|
[
|
|
Newline,
|
|
],
|
|
),
|
|
)
|