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

any type should probably be translated as dynamic #225

Open
devoncarew opened this issue Apr 26, 2015 · 1 comment
Open

any type should probably be translated as dynamic #225

devoncarew opened this issue Apr 26, 2015 · 1 comment
Assignees

Comments

@devoncarew
Copy link
Contributor

See these analysis issues:

[warning] Undefined class 'any' (/Users/devoncarew/projects/chrome.dart/lib/gen/app.dart, line 141, col 36)
[warning] Undefined class 'any' (/Users/devoncarew/projects/chrome.dart/lib/gen/app.dart, line 150, col 3)
[warning] Undefined class 'any' (/Users/devoncarew/projects/chrome.dart/lib/gen/app.dart, line 151, col 12)
[warning] Undefined class 'any' (/Users/devoncarew/projects/chrome.dart/lib/gen/app.dart, line 175, col 1)
[warning] Undefined class 'any.fromProxy' (/Users/devoncarew/projects/chrome.dart/lib/gen/app.dart, line 175, col 66)

We should probably be converting any type references to dynamic.

@bholtz bholtz self-assigned this Nov 21, 2015
@bholtz
Copy link
Contributor

bholtz commented Nov 21, 2015

I think I might have already fixed this - let me check it out.

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