Commit a45f1138 by github-actions

Merge upstream master into patched/master

parents f9665196 9a7e4a01
...@@ -24,7 +24,7 @@ It is no longer possible to call an `initializer`-protected function from within ...@@ -24,7 +24,7 @@ It is no longer possible to call an `initializer`-protected function from within
} }
contract B is A { contract B is A {
function initialize() public initializer { function initialize() public initializer {
A.initialize(); A.initialize();
} }
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment