mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-22 22:15:02 +00:00

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