mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog and test
This commit is contained in:
@@ -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;}
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Reference in New Issue
Block a user