-
Notifications
You must be signed in to change notification settings - Fork 832
Allow static members in interfaces #14692
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
Conversation
They cover different cases, this one is strictly about static members in interfaces, the other one is about static members and bindings in unions and types without incremental contstructor. |
|
I've revamped error messages a little. Message 868 is changed so that it explicitly mentions concrete instance members, and the new diagnostic is removed completely. In the case of concrete static members and a failing feature check, |
Implements fsharp/fslang-suggestions#1191.