forked from dotnet/roslyn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request dotnet#54142 from AlekseyTs/StaticAbstractMembersI…
…nInterfaces_32 Merge 'features/StaticAbstractMembersInInterfaces' into 'main'
- Loading branch information
Showing
197 changed files
with
39,299 additions
and
1,865 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Static Abstract Members In Interfaces | ||
===================================== | ||
|
||
An interface is allowed to specify abstract static members that implementing classes and structs are then | ||
required to provide an explicit or implicit implementation of. The members can be accessed off of type | ||
parameters that are constrained by the interface. | ||
|
||
Proposal: | ||
- https://github.com/dotnet/csharplang/issues/4436 | ||
- https://github.com/dotnet/csharplang/blob/main/proposals/static-abstracts-in-interfaces.md | ||
|
||
Feature branch: https://github.com/dotnet/roslyn/tree/features/StaticAbstractMembersInInterfaces | ||
|
||
Test plan: https://github.com/dotnet/roslyn/issues/52221 |
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
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
Oops, something went wrong.