Open
Description
When generating a signature file the result is somewhat unexpected.
Repro steps
module Telplin
type A private () =
member a.Foo () = ()
leads to
module Telplin
type A =
member Foo: unit -> unit
Expected behaviour
This should have [<Class>]
attribute.
Actual behaviour
Missing attribute does not compile.
Related information
FCS: FSharpCheckFileResults.GenerateSignature
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
New