mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
6dda8b98d9
We were walking the extensions of protocols in requirement lowering and in getInheritedProtocols to also count the @reparented entries in all extensions. I had already seen some request evaluator cycles triggered by this with objc protocols, and it seems unnessecary as it's actually a benefit to force people to write the inheritance on the protocol itself.