Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected ambiguity warning for DotLambda #16276

Closed
DedSec256 opened this issue Nov 14, 2023 · 0 comments · Fixed by #16334
Closed

Unexpected ambiguity warning for DotLambda #16276

DedSec256 opened this issue Nov 14, 2023 · 0 comments · Fixed by #16334
Assignees
Milestone

Comments

@DedSec256
Copy link
Contributor

DedSec256 commented Nov 14, 2023

An unexpected warning, since there are no any _ in the scope in the source code

Repro steps

let f (a, (b, c)) = _.ToString()

image

Reproducible in the latest main

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