-
Notifications
You must be signed in to change notification settings - Fork 207
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
Minor omission in metadata section of spec #3773
Comments
Added Accepted label. |
No milestone now: This correction still needs to be performed, but this will not block Dart 2. Note that dart-lang/sdk#24425 is very similar (and newer); closing that one as a duplicate of this one. |
Also the list needs "static extension." |
And extension types now. |
We should definitely do that! Done in #3787. |
Section 15 (Metadata) currently reads:
Metadata can appear before a library, part header, class, typedef, type parameter,
constructor, factory, function, field, parameter, or variable declaration
and before an import, export or part directive.
but this list is incomplete. It should include 'enum' in the list of declarations.
The text was updated successfully, but these errors were encountered: