Changelog and test

This commit is contained in:
Harikrishnan Mulackal
2020-05-18 12:36:01 +05:30
parent a9fa9429d5
commit 4a291f8551
5 changed files with 129 additions and 1 deletions
@@ -0,0 +1,11 @@
Warning: Statement has no effect.
--> optimizer_BlockDeDuplicator/input.sol:7:27:
|
7 | function f() public { true ? 1 : 3;}
| ^^^^^^^^^^^^
Warning: Function state mutability can be restricted to pure
--> optimizer_BlockDeDuplicator/input.sol:7:5:
|
7 | function f() public { true ? 1 : 3;}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^