Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow constant static fields to overwrite defaults
Now one can overwrite fields like 'name' as 'static const' fields in their class definition and not get runtime errors. BUG= dart-archive/dev_compiler#587 R=jmesserly@google.com Review URL: https://codereview.chromium.org/2071593003 .
- Loading branch information