You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@goswinr Static interface members (without implementation) are not supported (yet).
But static interface members with default implementation are already supported.
A static member turns into an instance member when defined in an interface:
see REPL
Maybe related, there are a few fixes coming in F# 8.0.400 regarding
static abstract
https://github.com/dotnet/fsharp/blob/main/docs/release-notes/.FSharp.Compiler.Service/8.0.400.mdThe text was updated successfully, but these errors were encountered: