mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Fix return backpassing case
This commit is contained in:
parent
d56b6b7b20
commit
2389040b39
5 changed files with 43 additions and 2 deletions
|
@ -0,0 +1,3 @@
|
|||
return
|
||||
u <- _
|
||||
m
|
|
@ -0,0 +1,32 @@
|
|||
@0-15 SpaceAfter(
|
||||
Return(
|
||||
@0-15 SpaceBefore(
|
||||
Backpassing(
|
||||
[
|
||||
@8-9 Identifier {
|
||||
ident: "u",
|
||||
},
|
||||
],
|
||||
@11-12 Underscore(
|
||||
"",
|
||||
),
|
||||
@14-15 SpaceBefore(
|
||||
Var {
|
||||
module_name: "",
|
||||
ident: "m",
|
||||
},
|
||||
[
|
||||
Newline,
|
||||
],
|
||||
),
|
||||
),
|
||||
[
|
||||
Newline,
|
||||
],
|
||||
),
|
||||
None,
|
||||
),
|
||||
[
|
||||
Newline,
|
||||
],
|
||||
)
|
|
@ -0,0 +1,3 @@
|
|||
return
|
||||
u<-_
|
||||
m
|
Loading…
Add table
Add a link
Reference in a new issue