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

4 lines
88 B
Solidity
Raw Normal View History

2019-09-14 20:56:40 +00:00
abstract interface A { }
// ----
// ParserError: (0-8): Only contracts can be abstract.