Commit 3922b7b
committed
Fix bug in origin location computation.
In particular the second "<=" is wrong, it should be "<", since ranges are end-exclusive. For clarity just replace it with Range::contains.1 parent 7205379 commit 3922b7b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1149 | 1149 | | |
1150 | 1150 | | |
1151 | 1151 | | |
1152 | | - | |
| 1152 | + | |
1153 | 1153 | | |
1154 | 1154 | | |
1155 | 1155 | | |
| |||
0 commit comments