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
unused: don't ignore fields and methods of aliased type in imported package
When ignoring an alias, we don't want to ignore the fields and methods
of the aliased type if that type is in a different package. Not only
is it unnecessary, it also breaks the invariant that we only use
objects we've already seen.
Closesgh-1073
(cherry picked from commit 6c9d8ed)
0 commit comments