mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Properly compute source mappings for immutables.
This commit is contained in:
committed by
Mathias Baumann
parent
49d7b78466
commit
b1dd0d0d02
@@ -64,3 +64,7 @@ This means the following source mappings represent the same information:
|
||||
``1:2:1;1:9:1;2:1:2;2:1:2;2:1:2``
|
||||
|
||||
``1:2:1;:9;2:1:2;;``
|
||||
|
||||
Important to note is that when the :ref:`verbatim <yul-verbatim>` builtin is used,
|
||||
the source mappings will be invalid: The builtin is considered a single
|
||||
instruction instead of potentially multiple.
|
||||
|
||||
Reference in New Issue
Block a user