Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ The syntax of expressions is extended with
`'T.M` is resolved to either

* A static abstract method when `'T` is constrained by an interface `I` and `M` is an accessible static abstract member of `I`.
These are processed as normal member calls.
These are processed as normal member calls, or
the most derived static method when interface `I` provides a default implementation of `M` (i.e. a virtual static method).


```fsharp
Expand Down