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
It would be safe to still generate the unapply and copy methods, but with a private modifier. They could be used / helpful from the class body, but wouldn't belong to the class public API, so couldn't break binary compatibility.
It would be safe to still generate the
unapplyandcopymethods, but with aprivatemodifier. They could be used / helpful from the class body, but wouldn't belong to the class public API, so couldn't break binary compatibility.