mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
OverrideChecker treated private functions as inheritable. Hence, a child contract function could not be assigned the function name of a parent contract private function. |
||
|---|---|---|
| .. | ||
| private_function_vs_free_function.sol | ||
| private_function_vs_inheritance.sol | ||
| private_function_vs_library.sol | ||
| private_function_vs_overloading.sol | ||