You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't mark ivar as nilable if super present and non-nilable (#4863)
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#4764
0 commit comments