Files
swift-mirror/lib/Sema/CSSimplify.cpp
Chris Willmore da15fbf4ce [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>
2015-11-10 18:08:29 -08:00

162 KiB