solidity/test/libsolidity/semanticTests/modifiers/modifier_in_constructor_ice.sol
2022-05-19 20:23:28 +02:00

8 lines
175 B
Solidity

// The IR of this contract used to throw
contract A { modifier m1{_;} }
contract B is A { constructor() A() m1{} }
// ====
// compileToEwasm: also
// ----
// constructor() ->