mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
It might be simpler to pass `SourceLocation` object instead of splitting it into `start` and `end`, and creating another SourceLocation object using the same `start` and `end` later.