solidity/test/libsolidity/syntaxTests/modifiers/constructor_as_modifier.sol

6 lines
135 B
Solidity
Raw Normal View History

contract C {
2020-06-23 12:14:24 +00:00
constructor() C() {}
}
// ----
// TypeError 4659: (31-34): Referenced declaration is neither modifier nor base class.