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

Incorrect error on type argument #320

Closed
peter-ahe-google opened this issue Nov 3, 2011 · 2 comments
Closed

Incorrect error on type argument #320

peter-ahe-google opened this issue Nov 3, 2011 · 2 comments

Comments

@peter-ahe-google
Copy link
Contributor

I'm unable to boil this down to a smaller test case:

leg/scanner/parser.dart:316:33: error: type BodyListener is not a subtype of Listener
class BodyParser extends Parser<BodyListener> {
                                ^^^^^^^^^^^^

This is the definition of BodyListener:

class BodyListener extends Listener {

@jmesserly
Copy link

Added Fixed label.

@peter-ahe-google
Copy link
Contributor Author

Do you have a revision number for when this bug was fixed?

This issue was closed.
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