solidity/test/cmdlineTests/optimizer_BlockDeDuplicator/err
Harikrishnan Mulackal 4a291f8551 Changelog and test
2020-05-18 12:36:01 +05:30

12 lines
379 B
Plaintext

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;}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^