aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/functionTypes/warn_function_type_parameters_with_names.sol
blob: 072c7eb712fde950c9b7f49a7ec0ed78d4244f89 (plain) (blame)
1
2
3
4
5
contract C {
    function(uint a) f;
}
// ----
// Warning: (26-32): Naming function type parameters is deprecated.