mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
4 lines
148 B
Solidity
4 lines
148 B
Solidity
function keccak256(bytes memory input) pure suffix returns (bytes32) {}
|
|
// ----
|
|
// Warning 2319: (0-71): This declaration shadows a builtin symbol.
|