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

Importantly, this would have caught the issue discovered in #7279, prior to that landing on main.
17 lines
264 B
Text
17 lines
264 B
Text
@0-19 SpaceAfter(
|
|
Apply(
|
|
@0-15 Var {
|
|
module_name: "",
|
|
ident: "launchTheNukes!",
|
|
},
|
|
[
|
|
@16-19 Num(
|
|
"123",
|
|
),
|
|
],
|
|
Space,
|
|
),
|
|
[
|
|
Newline,
|
|
],
|
|
)
|