solidity/test/libsolidity/syntaxTests/constructor/external_constructor.sol

6 lines
117 B
Solidity
Raw Normal View History

2018-04-17 09:39:40 +00:00
contract test {
constructor() external {}
}
// ----
// TypeError 9239: (17-42): Constructor cannot have visibility.