Skip to content

AddOpen code fix doesn't fix FS0043 anymore #15553

@psfinaki

Description

@psfinaki

Repro:

bug.mp4

Code:

module M =
    let (++) x y = 10 * x + y

module N = 
    let theAnswer = 4 ++ 2

AFAIU 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 diagnosticsBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions