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 overlap check for ParamSpec types #18040

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Commits on Oct 25, 2024

  1. Fix overlap check for ParamSpec types

    ParamSpec types can match arbitrary parameter types, so treat
    them as having 'object' as the upper bound.
    
    This also fixes issues with filtering of overload items based on self type.
    
    Fixes #18036.
    JukkaL committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ee361ec View commit details
    Browse the repository at this point in the history