We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f456d93 commit c39a5e2Copy full SHA for c39a5e2
docs/ir/ir-breaking-changes.rst
@@ -46,7 +46,7 @@ New order:
46
- All state variables are zero-initialized at the beginning.
47
- Evaluate base constructor arguments from most derived to most base contract.
48
- For every contract in order from most base to most derived in the linearized hierarchy execute:
49
- 1. State variables are assigned value their initial values, if present at declaration.
+ 1. State variables are assigned their initial values, if present at declaration.
50
2. Constructor, if present.
51
52
This causes differences in some contracts, for example:
0 commit comments