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

5 lines
170 B
Solidity
Raw Normal View History

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