solidity/test/libsolidity/syntaxTests/abstract/abstract_abstract.sol
2019-11-01 14:54:47 -05:00

4 lines
108 B
Solidity

abstract abstract contract A { constructor() public {} }
// ----
// ParserError: (9-17): Contract expected.