aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/functionTypes/warn_function_type_return_parameters_with_names.sol
blob: 67a74e546153ea47525bfe02c61b63d2078c8a92 (plain) (blame)
1
2
3
4
5
contract C {
    function(uint) returns (bool ret) f;
}
// ----
// Warning: (41-49): Naming function type return parameters is deprecated.