We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Doing this could then force opt in static implementation enforcement so that the derived class must implement the static member as static.
interface IA { static void M(); } class Derived: IA { public static void M() { } }
The text was updated successfully, but these errors were encountered:
You're looking for #164.
Sorry, something went wrong.
I would say it's a duplicate of #110 (type classes), not necessarily shapes. We also discussed this in LDM a couple months ago: https://github.com/dotnet/csharplang/blob/master/meetings/2020/LDM-2020-06-29.md. Closing this out, please redirect discussion to one of the linked places :).
No branches or pull requests
Doing this could then force opt in static implementation enforcement so that the derived class must implement the static member as static.
The text was updated successfully, but these errors were encountered: