solidity/test/libsolidity/syntaxTests/functionTypes/warn_function_type_parameters_with_names.sol
2018-04-11 22:00:04 +02:00

6 lines
115 B
Solidity

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