mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Wrap the `InheritedEntry` array available on both `ExtensionDecl` and `TypeDecl` in a new `InheritedTypes` class. This class will provide shared conveniences for working with inherited type clauses. NFC.