-
Notifications
You must be signed in to change notification settings - Fork 833
Closed
Labels
Area-LangService-HintsF# hints inspired by C# inline hintsF# hints inspired by C# inline hintsBugImpact-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.good first issue
Milestone
Description
Repro steps
let func = fun () -> 3
Expected behavior
Type hint containing : (unit -> int) (with or without the parentheses).
Actual behavior
Related information
- VS integration built from the current main branch
The issue originates in this function
retTy is the int type, while the solution of tau is unit -> int, which is what we're looking for in the hint. I don't want to touch this, because I have no idea what ramifications it could have across the compiler.
Metadata
Metadata
Assignees
Labels
Area-LangService-HintsF# hints inspired by C# inline hintsF# hints inspired by C# inline hintsBugImpact-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.good first issue
Type
Projects
Status
Done

