mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If we had an unbound generic type whose parent was a bound generic type, and the outer type's generic signature placed generic constraints on outer parameters, we would create type variables that weren't ever bound to anything. Previously, this would never come up, but it will once preCheckExpression() is folding more MemberRefExprs down to TypeExprs.
66 KiB
66 KiB