-
Notifications
You must be signed in to change notification settings - Fork 833
Closed
Labels
Area-LangService-AutoCompleteautocomplete/intellisenseautocomplete/intellisenseBugImpact-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
This code:
type SomeType = { TheField : string }
let f x =
match x with
| { TheField = "A" } -> true
| { = "B" } -> true
| _ -> false... doesn't suggest TheField for the pattern matching rule at any time.
bug2.mp4
I am quite sure this is a bug and a regression. This is implied by this bug and by common sense.
Metadata
Metadata
Assignees
Labels
Area-LangService-AutoCompleteautocomplete/intellisenseautocomplete/intellisenseBugImpact-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