Commits

Doug Gregor committed 77264dc10fe
Give associated type declarations interface types. This required moving a gross hack from the old archetype-based type-opening code over to the new, generic type parameter-based type-opening code. We need the ability to build conformances for types involving type variables to address this case properly. Swift SVN r9821