aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/226_inheriting_library.sol
blob: 2d601c1cc41c7fe281e7e64126dd94da29d290e7 (plain) (blame)
1
2
3
4
contract Test {}
library Lib is Test {}
// ----
// TypeError: (17-39): Library is not allowed to inherit.