-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update primary constructor proposal based on email thread (#4161)
Update the primary constructors feature spec to support something like the features mentioned by Lasse in email on Nov 8th: Allow initializer lists to have `this.x = e` and `super.name(...)` elements, not just assertions, and specify that a variable `x` which is used in an initializing element (of the form `this.v = ...x...` or `v = ...x...`) or in a superinitializer (`super(...x...)`) does not introduce an instance variable in the class.
- Loading branch information
Showing
1 changed file
with
142 additions
and
126 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