Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants