mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Embedded: support existentials with inherited conformances
That means: derived classes where the base conforms to a protocol
This commit is contained in:
@@ -2042,8 +2042,10 @@ struct BridgedConformance {
|
||||
BRIDGED_INLINE bool isConcrete() const;
|
||||
BRIDGED_INLINE bool isValid() const;
|
||||
BRIDGED_INLINE bool isSpecializedConformance() const;
|
||||
BRIDGED_INLINE bool isInheritedConformance() const;
|
||||
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedASTType getType() const;
|
||||
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedConformance getGenericConformance() const;
|
||||
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedConformance getInheritedConformance() const;
|
||||
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedSubstitutionMap getSpecializedSubstitutions() const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user