Fix locations of parethesized expressions

This commit is contained in:
harupy
2022-12-18 20:53:30 +09:00
parent 6e89b3ab1a
commit ff00460ff4
13 changed files with 41 additions and 41 deletions

View File

@@ -38,12 +38,12 @@ expression: parse_ast
value: Located {
location: Location {
row: 1,
column: 5,
column: 4,
},
end_location: Some(
Location {
row: 1,
column: 12,
column: 13,
},
),
custom: (),