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.
32 lines
651 B
Text
32 lines
651 B
Text
@0-30 SpaceAfter(
|
|
BinOps(
|
|
[
|
|
(
|
|
@0-1 Num(
|
|
"1",
|
|
),
|
|
@2-3 Star,
|
|
),
|
|
],
|
|
@4-30 If {
|
|
if_thens: [
|
|
(
|
|
@7-16 Var {
|
|
module_name: "Bool",
|
|
ident: "true",
|
|
},
|
|
@22-23 Num(
|
|
"1",
|
|
),
|
|
),
|
|
],
|
|
final_else: @29-30 Num(
|
|
"1",
|
|
),
|
|
indented_else: false,
|
|
},
|
|
),
|
|
[
|
|
Newline,
|
|
],
|
|
)
|