Commit 0c8da519 by github-actions

Transpile a45f1138

parent 04cb620b
......@@ -24,7 +24,7 @@ It is no longer possible to call an `initializer`-protected function from within
}
contract B is A {
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