-
Notifications
You must be signed in to change notification settings - Fork 825
Open
Labels
Area-Compiler-SigFileGengeneration of signature files - both compiler and IDEgeneration of signature files - both compiler and IDEBugTheme-Simple-F#A cross-community initiative called "Simple F#", keeping people in the sweet spot of the language.A cross-community initiative called "Simple F#", keeping people in the sweet spot of the language.
Milestone
Description
type Class =
static member ProcessIEQ<'a when 'a:>IEquatable<'a>>(expected: 'a) = ()
Class.ProcessIEQ(0)
Hovering over ProcessIEQ
in the last line gives:

- The formal generic argument
'a
has been removed. - Two casual type parameters
'a
and'0
(sorry I don't know the terminology for these - things that don't come directly after the method name as inputs) have been created in its place.
VS 17.14.6
T-Gro
Metadata
Metadata
Assignees
Labels
Area-Compiler-SigFileGengeneration of signature files - both compiler and IDEgeneration of signature files - both compiler and IDEBugTheme-Simple-F#A cross-community initiative called "Simple F#", keeping people in the sweet spot of the language.A cross-community initiative called "Simple F#", keeping people in the sweet spot of the language.
Type
Projects
Status
New