Commits

Slava Pestov committed 429fd7cc1db
Sema: Tighten up DependentGenericTypeResolver::resolveDependentMemberType() Final patch in the nested-generics saga for the time being. The check was added because the null archetype case was previously hit by several hundred compiler crashers. Now that generic parameter lists are chained properly, we can re-introduce an assertion here without any of them regressing.