swift
6a82edd3 - Fix nested generic typerefs applying generic params at the wrong level

Commit
3 years ago
Fix nested generic typerefs applying generic params at the wrong level Generic params of typerefs are supposed to be "attached" on the level they belong, not as a flat list, unlike other parts of the system. Fix the application of bound generic params by checking how many were already applied in the hierarchy and ignoring those already attached.
Author
Committer
Parents
Loading