Skip to content

Type checker: recover on argument/overload checking#19314

Open
auduchinok wants to merge 2 commits intodotnet:mainfrom
auduchinok:tc-recover-overloads
Open

Type checker: recover on argument/overload checking#19314
auduchinok wants to merge 2 commits intodotnet:mainfrom
auduchinok:tc-recover-overloads

Conversation

@auduchinok
Copy link
Member

@auduchinok auduchinok commented Feb 17, 2026

Continuation of #19046 and #19034. Handles multiple overloads in cases when recovering wrong type errors.

type T =
    static member M(i: int) = ""
    static member M(s: string) = ""

if true then
    T.M

@github-actions
Copy link
Contributor

github-actions bot commented Feb 17, 2026

❗ Release notes required


✅ Found changes and release notes in following paths:

Change path Release notes path Description
src/Compiler docs/release-notes/.FSharp.Compiler.Service/10.0.300.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: New

Development

Successfully merging this pull request may close these issues.

1 participant