contract C { function(uint) returns (bool ret) f; } // ---- // Warning: (41-49): Naming function type return parameters is deprecated.