linter
linter copied to clipboard
avoid_types_on_closure_parameters should only apply for type repeating inferred type
dynamic x;
x = (String a) => a.length; // should be OK