Skip to content

Conversation

@zacharylayne
Copy link

In Static abstract members in interfaces - Motivation, the line beginning with static Int32 I.operator + won't work: I is not the correct type. It should be IAddable<Int32>.

…t Type

In [Static abstract members in interfaces - Motivation](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-11.0/static-abstracts-in-interfaces#motivation), the line beginning with `static Int32 I.operator +` won't work: `I` is not the correct type. `I` should be `IAddable<Int32>` instead.
@zacharylayne zacharylayne requested a review from a team as a code owner January 6, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants