mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-02 22:01:20 +00:00
Fix out-of-date syntax snapshots
This commit is contained in:
parent
b0a5b1c3d5
commit
0984732854
2 changed files with 36 additions and 34 deletions
|
|
@ -18,8 +18,15 @@
|
|||
value_defs: [
|
||||
Annotation(
|
||||
@0-10 StrLiteral(
|
||||
PlainLine(
|
||||
"{(g)",
|
||||
Line(
|
||||
[
|
||||
Interpolated(
|
||||
@5-6 Var {
|
||||
module_name: "",
|
||||
ident: "g",
|
||||
},
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
@11-12 BoundVariable(
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
@0-18 SpaceAfter(
|
||||
Apply(
|
||||
@0-18 Apply(
|
||||
@0-6 Str(
|
||||
Block(
|
||||
[],
|
||||
|
|
@ -30,8 +29,4 @@
|
|||
),
|
||||
],
|
||||
Space,
|
||||
),
|
||||
[
|
||||
Newline,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue