-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Analyzer should implement const variables #3550
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
Comments
Added this to the M1 milestone. |
Issue #3323 has been merged into this issue. |
https://chromiumcodereview.appspot.com/10536164/ Added Started label. |
https://code.google.com/p/dart/source/detail?r=8670 Added Fixed label. |
The test tests/language/const_var_test.dart is not handled. Added Triaged label. |
It looks as parser problem. We need to support: and also somehow distinguish it from: Set owner to @bwilkerson. |
http://codereview.chromium.org/10857041/ Added Fixed label. |
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: