-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fix #4464: backticked expressions in class body should be left in the body, not hoisted * Fix #4464: backticked expressions in class body should be left in the body, not hoisted * Simplify fix for #4464 This uses more of the existing machinery for moving class body expressions into the initializer. * Clarify the purpose of Class::addInitializerExpression * Further clarify the purpose of Class::addInitializerExpression * Add reference to class fields; format comment wrapping * Reapply 1d3af8c, that got lost because of rebase/force-push shenanigans * Updated output
- Loading branch information
1 parent
5cbd25f
commit 27eff5c
Showing
3 changed files
with
47 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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