solidity/test/libsolidity/syntaxTests/constructor/constructor_without_implementation.sol
2020-07-07 12:16:18 +02:00

6 lines
112 B
Solidity

contract C {
constructor();
}
// ----
// TypeError 5700: (14-28): Constructor must be implemented if declared.