2021-02-10 17:57:21 +00:00
|
|
|
// The IR of this contract used to throw
|
|
|
|
contract A { modifier m1{_;} }
|
|
|
|
contract B is A { constructor() A() m1{} }
|
|
|
|
// ====
|
2021-04-23 15:59:01 +00:00
|
|
|
// compileToEwasm: also
|
2021-02-10 17:57:21 +00:00
|
|
|
// ----
|
|
|
|
// constructor() ->
|