Commits

Slava Pestov committed c55e0eecead
Sema: Fix for archetypes leaking through when resolving generic type alias Also make the existing assertion for this stricter. Previously, we were calling hasArchetype() on a GenericFunctionType, which is always false (along with hasTypeParameter()) since generic function types don't have any free type parameters in them. Fixes <rdar://problem/27405113>.