We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per spec section 5. See issue #3549 . This does not include treating finals statics as non-constants - that would be a separate bug.
The text was updated successfully, but these errors were encountered:
Issue #3395 has been merged into this issue.
Sorry, something went wrong.
This comment was originally written by @mhausner
The VM is supporting const now. Once dart2js supports it, we can start removing legacy use of static final for constant values.
Marked this as blocking #3558.
Johnni, is this something you could take a look at fixing?
Set owner to @johnniwinther. Added Accepted label.
Yes, I'll look at it.
Fixed in r11170.
Added Fixed label.
johnniwinther
No branches or pull requests
Per spec section 5. See issue #3549 . This does not include treating finals statics as non-constants - that would be a separate bug.
The text was updated successfully, but these errors were encountered: