solidity/test/libsolidity/syntaxTests/abstract/library.sol
2022-04-01 23:41:18 -05:00

4 lines
113 B
Solidity

abstract library A { }
// ----
// TypeError 9571: (0-22='abstract library A { }'): Libraries cannot be abstract.