We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The idea came from a discussion with @0xPhaze. We should convert to constant calls to keccak256 that are constants
keccak256
contract A{ function f() public returns(uint){ return uint(keccak256("something")); } }
This will be useful for the IR/echidna/proxy patterns