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

Test language/metadata_test fails on dart2dart #12762

Closed
sgjesse opened this issue Aug 26, 2013 · 2 comments
Closed

Test language/metadata_test fails on dart2dart #12762

sgjesse opened this issue Aug 26, 2013 · 2 comments
Labels
closed-not-planned Closed as we don't intend to take action on the reported issue

Comments

@sgjesse
Copy link
Contributor

sgjesse commented Aug 26, 2013

Caused by metadata on type parameters not being supported.

tests/language/metadata_test.dart:25:29: expected identifier, but got '@'
@meta1 typedef int DingDong<@meta2 T>(@­meta1 event);
                            ^
Error: Compilation failed.

Fails on the analyzer of a different reason, see issue #5.

This is related to issue #0

@peter-ahe-google
Copy link
Contributor

Added Duplicate label.
Marked as being merged into #5841.

@peter-ahe-google
Copy link
Contributor

On second thought: not a dupe of issue #5841. When dart2js support metadata, dart2dart must take care to preserve it.


Added Triaged label.
Marked as being merged into #.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-not-planned Closed as we don't intend to take action on the reported issue
Projects
None yet
Development

No branches or pull requests

4 participants