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

dart2js: does not accept #[] and #[]= symbol literals. #15653

Closed
lrhn opened this issue Dec 16, 2013 · 2 comments
Closed

dart2js: does not accept #[] and #[]= symbol literals. #15653

lrhn opened this issue Dec 16, 2013 · 2 comments
Assignees
Labels
closed-obsolete Closed as the reported issue is no longer relevant type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js

Comments

@lrhn
Copy link
Member

lrhn commented Dec 16, 2013

Symbol literals are specified as including '#'<operator> and the <operator> production includes '[' ']' and '[' ']' '='.

Dart2js fails to compile if the program contains #[] or #[]=.

@floitschG
Copy link
Contributor

Issue #19305 has been merged into this issue.

@floitschG
Copy link
Contributor

Set owner to @floitschG.
Added Started label.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@matanlurey matanlurey added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-obsolete Closed as the reported issue is no longer relevant type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js
Projects
None yet
Development

No branches or pull requests

4 participants