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
Avoid returning stale symbols from NamedType#symbol
There's a scenario where a NamedType is created with an initial symbol
but no denotation yet. If the denotation of that NamedType is first
computed in a subsequent run, the initially given symbol might be stale,
so the symbol should be recomputed from the denotation.
0 commit comments