mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
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.