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 overriding partial-type attribute with method #12943

Merged
merged 1 commit into from Jul 8, 2022

Commits on Jun 5, 2022

  1. Fix crash overriding partial-type attribute with method

    Attributes can still be partially typed (e.g. `<partial list[?]>`) after
    a parent-class definition if the block they are declared in is deferred.
    The first pass for child classes might then encounter this type when
    considering method overrides, which could cause a crash when attempting
    to determine subtype compatibility.
    jakelishman committed Jun 5, 2022
    Copy the full SHA
    2599766 View commit details
    Browse the repository at this point in the history