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
Invalidate a compiler generated case class method that clashes
with a user-defined method in the same scope with a matching type.
Invalidation is done by overwriting its info on completion with `NoType` and
eliminating the method altogether during type checking.
Methods potentially affected are `apply`, `unapply`, selectors `_1`, `_2`, ...
`copy`, and `copy`'s default getters.
0 commit comments