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

4 lines
87 B
Solidity

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