[Version 9.0] Feature support for covariant return types#1462
Draft
RexJaeschke wants to merge 7 commits into
Draft
[Version 9.0] Feature support for covariant return types#1462RexJaeschke wants to merge 7 commits into
RexJaeschke wants to merge 7 commits into
Conversation
RexJaeschke
marked this pull request as draft
November 11, 2025 16:53
18 tasks
BillWagner
reviewed
Feb 2, 2026
BillWagner
marked this pull request as ready for review
February 2, 2026 19:22
Member
|
@jskeet This is ready for a first read. |
jskeet
reviewed
Feb 11, 2026
jskeet
left a comment
Contributor
There was a problem hiding this comment.
The parts about searching through classes and interfaces have lost me, but I suspect that's just my lack of concentration rather than a fault.
Member
I still need to investigate bullet 3 in Rex's notes above. For bullet 4: This breaking change wasn't implemented. Rather, covariant return types on implicit interface implementations isn't supported (including by derived interfaces). |
BillWagner
force-pushed
the
v9-covariant-return-types
branch
from
April 10, 2026 19:25
797f25d to
14a92a1
Compare
BillWagner
added a commit
that referenced
this pull request
Apr 10, 2026
BillWagner
added a commit
that referenced
this pull request
Apr 10, 2026
…- 2 new commits Delta: 2 commits (b37dedc Update classes.md, 30b3684 Review and update text) Base: d68b04d (draft-v9 merge commit) / Original: 4e5e0a6 (alpha-v9) Conflicts resolved: 2 in classes.md - Conflict 1: Kept 'do not' wording (contractions already expanded on alpha-v9) - Conflict 2: Merged covariant return type bullets (PR #1462) with new default constraint support (PR #1470)
RexJaeschke
marked this pull request as draft
May 5, 2026 14:53
BillWagner
force-pushed
the
v9-covariant-return-types
branch
from
May 12, 2026 20:28
14a92a1 to
36f6616
Compare
Fill in the sections noted in the description of this PR.
Respond to open comments, and perform a review.
BillWagner
force-pushed
the
v9-covariant-return-types
branch
from
June 24, 2026 17:42
36f6616 to
530a3ca
Compare
Member
|
An earlier version of this feature is already present on |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is my formal version of the corresponding MS spec.
The following issues are yet not handled by this PR and need to be addressed: