1 2 3 4 5
contract test { constructor() external {} } // ---- // TypeError: (17-42): Constructor must be public or internal.