swift
203ca6e1 - AST: Fix accessibility checking in opaque type archetype substitution logic

Commit
5 years ago
AST: Fix accessibility checking in opaque type archetype substitution logic We were failing to replace opaque types with their underlying type upon encountering an internal type from the current module. This could happen when the internal type appeared in generic substitutions, for example when calling a protocol extension method. Fixes <rdar://problem/60951353>.
Author
Committer
Parents
Loading