swift
3787d657 - AST: Introduce TypeBase::hasPrimaryArchetype()

Commit
1 year ago
AST: Introduce TypeBase::hasPrimaryArchetype() The existing hasArchetype() is now deprecated. It is equivalent to: hasPrimaryArchetype() || hasLocalArchetype() Callers should be changed to check one or both of the above predicates in the most precise way possible.
Author
Committer
Parents
Loading