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
Re-use isConcrete checking in match types for NamedTuple.From (#20947)
- Move isConcrete to a new object `MatchTypes`. We should also move
other MatchType-related stuff from Types and TypeComparer here. Type and
TypeComparer are already unconfortably big, and MatchTypes are a
coherent topic where everything should work together.
- Streamline isConcrete a bit.
- Re-use isConcrete for a similar test in CheckRealizable.
- Re-use isConcrete for evaluating NamedTuple.From
Fixes#20517
0 commit comments