mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
379 B
Plaintext
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;}
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|