solidity/test/libsolidity/syntaxTests/constructor/external_constructor.sol
2022-04-01 23:41:18 -05:00

6 lines
145 B
Solidity

contract test {
constructor() external {}
}
// ----
// TypeError 9239: (17-42='constructor() external {}'): Constructor cannot have visibility.