Fix return backpassing case

This commit is contained in:
Joshua Warner 2024-12-13 13:36:14 -08:00
parent d56b6b7b20
commit 2389040b39
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
5 changed files with 43 additions and 2 deletions

View file

@ -0,0 +1,3 @@
return
u <- _
m

View file

@ -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,
],
)

View file

@ -0,0 +1,3 @@
return
u<-_
m