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
The generated signature is valid. But it needs Make<'a> in this case.
Actual behaviour
Module 'Meh' contains� static member Foo.Make<'a> : array: 'a array -> 'a Foo �but its signature specifies� static member Foo.Make: array: 'a array -> 'a Foo �The respective type parameter counts differ
Related information
FCS: FSharpCheckFileResults.GenerateSignature
The text was updated successfully, but these errors were encountered:
When generating a signature file the result is somewhat unexpected.
This feels a bit related to #15175 but might not be.
Repro steps
leads to
Expected behaviour
The generated signature is valid. But it needs
Make<'a>
in this case.Actual behaviour
Related information
FCS: FSharpCheckFileResults.GenerateSignature
The text was updated successfully, but these errors were encountered: