106 - Shadowing
This is considered as an error.
A derived contract can only declare a state variable x, if there is no visible state variable with the same name in any of its bases.
- State Variable Shadowing
- Base -> State Var x
- Derived X -> State Var x
- Derived -> Any Base
- No Visible State Vars
- Shadowing -> Error