-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
always emit lazy field if overriding static
We used to emit an eager field if a static was overriding a static field in a superclass because this is valid ES6. However, even if the static field is not synthetic in the superclass, it might still be emitted as a lazy static. The safest way is just to emit a lazy field for static overrides always. fixes #522 [email protected] Review URL: https://codereview.chromium.org/1966763004 .
- Loading branch information
1 parent
85d3071
commit 97ec1f7
Showing
5 changed files
with
228 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.