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

4 lines
85 B
Solidity
Raw Normal View History

2019-09-14 20:56:40 +00:00
abstract library A { }
// ----
2019-10-23 20:10:12 +00:00
// TypeError: (0-22): Only contracts can be abstract.