mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add comment to clarify example (#3415)
* Add comment to clarify example * Reverse bases.
This commit is contained in:
parent
f9fcd7b43f
commit
31aaf4336a
@ -939,7 +939,7 @@ derived override, but this function will bypass
|
||||
function kill() public { /* do cleanup 2 */ super.kill(); }
|
||||
}
|
||||
|
||||
contract Final is Base2, Base1 {
|
||||
contract Final is Base1, Base2 {
|
||||
}
|
||||
|
||||
If ``Base1`` calls a function of ``super``, it does not simply
|
||||
|
Loading…
Reference in New Issue
Block a user