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

Fix uses of fuzzy arrows in dart2js and re-enable hint #30589

Closed
leafpetersen opened this issue Aug 31, 2017 · 0 comments
Closed

Fix uses of fuzzy arrows in dart2js and re-enable hint #30589

leafpetersen opened this issue Aug 31, 2017 · 0 comments
Assignees

Comments

@leafpetersen
Copy link
Member

The treatment of dynamic as bottom when it occurs in the argument position of a function type is being deprecated and removed in Dart 2.0. I am adding a hint to warn on uses of this, and will land a CL disabling this hint in the dart2js analysis_options.yaml.

The line uses_dynamic_as_bottom: ignore should be removed from /pkg/compiler/analysis_options.yaml once the code as been fixed up appropriately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant