-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Allow constructor property promotion with final properties #17860
Comments
As mentioned in the PR itself, this came up in the discussion and was implicitly not part of the RFC. It's still reasonable to add, but there should be a separate discussion on the ML for it. That might be enough, but people might ask for an RFC (given the feedback, and the reason why we didn't add it in the first place). |
Okay, so then can this please be re-opened as a feature request? I don't have the rights to re-open the issue. I'll send an email to the mailing list in the next few days |
Started mailing list discussion, https://externals.io/message/126475 |
Description
The following code (https://3v4l.org/t2Pra)
Resulted in this output:
But I expected this output instead (from https://3v4l.org/Zus4v)
From discussion on #17861
The text was updated successfully, but these errors were encountered: