[Wildcard Variables] support for `avoid_shadowing_type_parameters`
pq opened this issue · 1 comments
pq commented
We're currently overreporting here:
class A<_> {
void fn<_>() {}
}
pq commented
Fixed w/ dart-lang/sdk@a98ad48.
pq opened this issue · 1 comments
We're currently overreporting here:
class A<_> {
void fn<_>() {}
}
Fixed w/ dart-lang/sdk@a98ad48.