File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Bugfixes:
15
15
* Code Generator: Fix ICE when accessing the members of external functions occupying more than two stack slots.
16
16
* Code Generator: Fix ICE when doing an explicit conversion from `` string calldata `` to `` bytes `` .
17
17
* Control Flow Graph: Perform proper virtual lookup for modifiers for uninitialized variable and unreachable code analysis.
18
- * Immutables: Fix wrong error when the constructor of a base contract uses `` return `` and the parent contract contains immutable variables.
18
+ * Immutables: Fix wrong error when the constructor of a base contract uses `` return `` and the derived contract contains immutable variables.
19
19
* IR Generator: Add missing cleanup during the conversion of fixed bytes types to smaller fixed bytes types.
20
20
* IR Generator: Add missing cleanup for indexed event arguments of value type.
21
21
* IR Generator: Fix internal error when copying reference types in calldata and storage to struct or array members in memory.
You can’t perform that action at this time.
0 commit comments