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

6 lines
115 B
Solidity
Raw Normal View History

2018-03-16 10:20:06 +00:00
contract C {
function(uint a) f;
}
2018-03-16 10:33:05 +00:00
// ----
// Warning: (26-32): Naming function type parameters is deprecated.