-
Notifications
You must be signed in to change notification settings - Fork 832
Closed
Labels
Area-LangService-CodeFixesCode fixes associated with diagnosticsCode fixes associated with diagnosticsBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
Description
Repro:
bug.mp4
Code:
module M =
let (++) x y = 10 * x + y
module N =
let theAnswer = 4 ++ 2AFAIU this is supposed to work: #2474
Currently this should be triggered by FS0043 but the fix doesn't pop up.
Metadata
Metadata
Assignees
Labels
Area-LangService-CodeFixesCode fixes associated with diagnosticsCode fixes associated with diagnosticsBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Type
Projects
Status
Done