fix pos
This commit is contained in:
parent
378b054812
commit
9a277eb1e3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ instr:
|
|||
; Assign { var = v; expr = e; pos = $startpos(v) } ]
|
||||
}
|
||||
| v = Lvar; Lassign; e = expr
|
||||
{ [ Assign { var = v; expr = e; pos = $startpos(v) } ]
|
||||
{ [ Assign { var = v; expr = e; pos = $startpos($2) } ]
|
||||
}
|
||||
|
||||
expr:
|
||||
|
|
Reference in a new issue