mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Returning the unsubstituted superclass type is not correct, because it may contain type parameters. Let's form a new UnboundGenericType instead. - Fixes https://github.com/swiftlang/swift/issues/82160. - Fixes rdar://152989888.