mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13876 from Big-Aaron/develop
Update ir-breaking-changes.rst
This commit is contained in:
commit
229fcc9fce
@ -122,8 +122,8 @@ hiding new and different behavior in existing code.
|
|||||||
modifier mod() { _; _; }
|
modifier mod() { _; _; }
|
||||||
}
|
}
|
||||||
|
|
||||||
If you execute ``f(0)`` in the old code generator, it will return ``2``, while
|
If you execute ``f(0)`` in the old code generator, it will return ``1``, while
|
||||||
it will return ``1`` when using the new code generator.
|
it will return ``0`` when using the new code generator.
|
||||||
|
|
||||||
.. code-block:: solidity
|
.. code-block:: solidity
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user