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
Be more aggressive invalidating baseTypeRef caches
We might get a wrong baseTypeRef cache when basetypes get
populated while parent type infos of a class are not yet
installed. So at the end of initializing a class type in
namer, we should invalidate the caches of all its base types.
Without the fix, BitSet in the collection strawman fails to
compile.
0 commit comments