linter icon indicating copy to clipboard operation
linter copied to clipboard

avoid_types_on_closure_parameters should only apply for type repeating inferred type

Open a14n opened this issue 7 years ago • 2 comments

dynamic x;
x = (String a) => a.length; // should be OK

a14n avatar Jul 26 '18 14:07 a14n