Skip to content
Merged
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions FSharp-7.0/FS-1124-interfaces-with-static-abstract-members.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ type C() =

Static abstract methods may not be declared in classes.

Static abstract methods may not be called directly on interfaces.

A static abstract interface member can be accessed only on a type parameter.

### Invoking constraint members

The syntax of expressions is extended with
Expand Down