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
References to trait parameter accessors do not have an elidable prefix.
Reason: The ParamAccessor flag will be reset later in Mixin. We do not
want to rewrite the references to a trait parameter accessor then, so it's
better to generate all references with a `this.` prefix from the start.
0 commit comments