solidity/test/libsolidity/syntaxTests/abstract/abstract_only.sol

5 lines
160 B
Solidity
Raw Normal View History

2020-02-05 11:14:14 +00:00
abstract
// ----
// ParserError: (9-9): Expected keyword "contract", "interface" or "library".
// ParserError: (9-9): Expected identifier but got end of source