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

Fixes bug in super->subclass "auto casting" with union types #752

Closed
wants to merge 2 commits into from

Commits on Apr 24, 2024

  1. streamlines typing error messages and fixes bug in super->subclass "a…

    …uto casting" when the sub-classes are part of a union. If the super class is a super class of any of the union args then it is ok.
    tclose committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b84ab92 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. touched up error message

    tclose committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fb8f362 View commit details
    Browse the repository at this point in the history