solidity/test/libsolidity/syntaxTests/functionTypes/warn_function_type_parameters_with_names.sol

6 lines
120 B
Solidity

contract C {
function(uint a) f;
}
// ----
// Warning 6162: (26-32): Naming function type parameters is deprecated.