Skip to content

Fix fuzzy arrow warnings #718

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
munificent opened this issue Nov 3, 2017 · 1 comment
Closed

Fix fuzzy arrow warnings #718

munificent opened this issue Nov 3, 2017 · 1 comment
Assignees

Comments

@munificent
Copy link
Member

Fuzzy arrows will become an error soon, so I'm going through and fixing them. Current ones are:

info: A function of type '(Map<dynamic, dynamic>) → void' can't be assigned to a variable of type '(dynamic) → void'. (uses_dynamic_as_bottom at [test] lib/src/runner/browser/browser_manager.dart:191)
info: A function of type '(String) → bool' can't be assigned to a variable of type '(dynamic) → bool'. (uses_dynamic_as_bottom at [test] lib/src/runner/configuration/load.dart:289)
@nex3
Copy link
Member

nex3 commented Nov 8, 2017

Fixed by #719.

@nex3 nex3 closed this as completed Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants