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

Fix crash when inferring multiple assignment with overloaded function #10689

Merged
merged 1 commit into from Jun 22, 2021

Commits on Jun 22, 2021

  1. Fix crash when inferring multiple assignment with overloaded function

    When using lvalue context to re-infer call to an overloaded function,
    the inferred tuple type can switch to Any. Defensively accept this. It
    probably means that an Any component in argument types causes ambiguity.
    
    Fixes #10653.
    JukkaL committed Jun 22, 2021
    Copy the full SHA
    ee9b70e View commit details
    Browse the repository at this point in the history