Skip to content
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

Don't treat methods with dynamic parameters as having fuzzy arrow type. #26151

Closed
leafpetersen opened this issue Mar 31, 2016 · 0 comments
Closed
Assignees
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on

Comments

@leafpetersen
Copy link
Member

Currently we treat methods with dynamic parameters has being fuzzy arrows. This doesn't buy us very much, and prevents contra-variant override of the method. Using Object as the parameter type instead is a workaround, but this should be fixed at some point.

@leafpetersen leafpetersen added area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. analyzer-strong-mode P2 A bug or feature request we're likely to work on labels Mar 31, 2016
@leafpetersen leafpetersen self-assigned this Apr 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on
Projects
None yet
Development

No branches or pull requests

1 participant