to reproduce the issue: ``` contract C { error E(); function f() public { revert E(); } } ```
Attach a file by drag & drop or click to upload