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

4 lines
88 B
Solidity

abstract interface A { }
// ----
// ParserError: (0-8): Only contracts can be abstract.