-
Notifications
You must be signed in to change notification settings - Fork 830
Closed
Labels
Area-Compiler-SigFileGengeneration of signature files - both compiler and IDEgeneration of signature files - both compiler and IDEBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
Description
When generating a signature file the result is somewhat unexpected.
Repro steps
module Foo
type BAttribute() =
inherit System.Attribute()
let a ([<B>] c: int) : int = 0leads to
module Foo
type BAttribute =
inherit System.Attribute
new: unit -> BAttribute
val a: c: int -> intExpected behaviour
val a: [<B>] c: int -> int
Actual behaviour
[<B>] is lost.
Related information
FCS: FSharpCheckFileResults.GenerateSignature
Metadata
Metadata
Assignees
Labels
Area-Compiler-SigFileGengeneration of signature files - both compiler and IDEgeneration of signature files - both compiler and IDEBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Type
Projects
Status
Done