mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00

Importantly, this would have caught the issue discovered in #7279, prior to that landing on main.
14 lines
195 B
Text
14 lines
195 B
Text
@0-8 Apply(
|
|
@1-5 ParensAround(
|
|
Var {
|
|
module_name: "",
|
|
ident: "whee",
|
|
},
|
|
),
|
|
[
|
|
@7-8 Num(
|
|
"1",
|
|
),
|
|
],
|
|
Space,
|
|
)
|