Skip to content

[Wildcard Variables] support for avoid_types_as_parameter_names #59502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #59471
pq opened this issue Aug 7, 2024 · 1 comment
Closed
Tracked by #59471

[Wildcard Variables] support for avoid_types_as_parameter_names #59502

pq opened this issue Aug 7, 2024 · 1 comment
Assignees
Labels
devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. linter-false-positive linter-new-language-feature linter-set-core P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@pq
Copy link
Member

pq commented Aug 7, 2024

This is wrongly reporting:

class C<_> {
  var _;
  C.c(this._, _);
}
@pq pq added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) linter-false-positive P2 A bug or feature request we're likely to work on linter-new-language-feature labels Aug 7, 2024
@pq pq self-assigned this Aug 7, 2024
@pq
Copy link
Member Author

pq commented Aug 8, 2024

Fixed w/ a9c63ea

@pq pq closed this as completed Aug 8, 2024
@devoncarew devoncarew added devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. labels Nov 20, 2024
@devoncarew devoncarew transferred this issue from dart-archive/linter Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. linter-false-positive linter-new-language-feature linter-set-core P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

2 participants