mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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>
162 KiB
162 KiB