Fix the location of BinOp

This commit is contained in:
harupy 2022-12-21 22:05:05 +09:00
parent 5f4309c62c
commit 2c61497074
2 changed files with 7 additions and 7 deletions

View file

@ -78,7 +78,7 @@ expression: parse_ast
body: Located {
location: Location {
row: 1,
column: 15,
column: 13,
},
end_location: Some(
Location {