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

Take type bounds into account for overloading resolution #11080

Merged
merged 1 commit into from
Jan 18, 2021

Commits on Jan 12, 2021

  1. Take type bounds into account for overloading resolution

    When resolving overloaded polymorphic variants with explicit type
    arguments, discard those variants where the given argument does not
    fit the type parameter bounds.
    
    Fixes scala#11015
    odersky committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    6dfe0fb View commit details
    Browse the repository at this point in the history