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

4 lines
83 B
Solidity
Raw Normal View History

2019-09-14 20:56:40 +00:00
abstract library A { }
// ----
2019-11-04 13:12:58 +00:00
// TypeError: (0-22): Libraries cannot be abstract.