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
Do not copy annotations from a class to its synthetic companion object.
Normally, annotations applied to a class have no business being
replicated on a synthetic companion object. One exception was the
`@alpha` method, which is supposed to apply as well. Instead of
trying to identify those annotations without the symbols during
`Desugar`, we change `erasedName` to go look on the companion class
of synthetic module classes.
0 commit comments