contract C { constructor() internal {} } contract D is C { constructor() public { } }