Skip to content

Commit d89a9e9

Browse files
thomasmarshalljesse-shopify
authored andcommitted
Add missing parse-tree exp
1 parent 16c6cd7 commit d89a9e9

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
DefMethod {
2+
name = <U multi_assign_parens_not_in_location>
3+
params = NULL
4+
body = Begin {
5+
stmts = [
6+
Masgn {
7+
lhs = Mlhs {
8+
exprs = [
9+
LVarLhs {
10+
name = <U a>
11+
}
12+
LVarLhs {
13+
name = <U b>
14+
}
15+
]
16+
}
17+
rhs = Array {
18+
elts = [
19+
Integer {
20+
val = "1"
21+
}
22+
Integer {
23+
val = "2"
24+
}
25+
]
26+
}
27+
}
28+
Const {
29+
scope = NULL
30+
name = <C <U FILLER_LINE>>
31+
}
32+
]
33+
}
34+
}

0 commit comments

Comments
 (0)