The parser needs a flag to insert the inherited members into the derived classes.
There needs to be some form of shadowing (by name for member functions, and by parameter types for inherited constructors).
We need two separate flags, one for constructors and one for everything else (we would enable both in C and only constructors in Python).