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 parameter accessors do not have ab elidable prefix.
Reason: The ParamAccessor flag will be reset later in Mixin. We do not
want to rerite 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