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
mark synthesized protected member as notPROTECTED,
TODO: this doesn't work because protected[this] is supposed to be a
variance checking escape hatch, and making these notPROTECTED here will trigger errors in refchecks
so that it stays in overriding relation with the trait member in later phases
make notPROTECTED a bit later?
protected local variance bla
0 commit comments