mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix computation of generic params per level when a generic type is
nested in a non-generic one. For example, for the following code:
```
class A {
class B<T, U> {
}
}
```
Fix the array of generic params per level from [2] to [0, 2].
rdar://103457629
120 KiB
120 KiB