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

Don't mark ivar as nilable if super present and non-nilable (fix #4764) #4863

Merged
merged 1 commit into from Aug 31, 2017

Commits on Aug 20, 2017

  1. Don't mark ivar as nilable if super present and non-nilable

    If initialize calls super and declares instance var that has already
    been typed as non-nilable by an ancestor, it'll be non-nilable in the
    child class.
    
    Fixes crystal-lang#4764
    maxfierke committed Aug 20, 2017
    Copy the full SHA
    5b7473a View commit details
    Browse the repository at this point in the history