-
Notifications
You must be signed in to change notification settings - Fork 87
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
Tweak/correct partial types and methods #1271
Tweak/correct partial types and methods #1271
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is close, but some of the comments require discussion
2025/02/19 meeting: After Rex addresses remaining comments, this is ready to merge. |
@jskeet @BillWagner I think we're good to merge this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM.
While looking at the spec for the (V13) feature that adds partial properties and indexers, I had need to review the current spec for partial types and members. When doing so, I came up with some improvements and corrections to that, which this PR addresses.
Here's what this PR does:
Note that V9 adds support for explicit accessor modifiers on partial members, and V13 adds support for partial properties and indexers. The edits proposed here will support (and not get in the way of) these future features.