Commits

Chris Willmore committed da15fbf4cee
[Sema] Error on generic arg lists with different lengths Don't assert that generic arg lists have the same lengths. We don't currently allow nested generics, but we try to type-check anyway, and one of the effects is sticking the generic params for both the outer and inner classes on the inner type. Instead, just error out. <rdar://problem/21967211>