aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/104_empty_name_input_parameter.sol
blob: 824543efc803411faf79dae2e4c6aedc0330020b (plain) (blame)
1
2
3
4
5
contract test {
    function f(uint) public { }
}
// ----
// Warning: (20-47): Function state mutability can be restricted to pure