solidity/test/libsolidity/syntaxTests/abstract/abstract_only.sol
2020-02-05 12:14:14 +01:00

5 lines
160 B
Solidity

abstract
// ----
// ParserError: (9-9): Expected keyword "contract", "interface" or "library".
// ParserError: (9-9): Expected identifier but got end of source