mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix a bug with inlining self-conformances.
This commit is contained in:
@@ -385,6 +385,11 @@ public:
|
||||
Optional<ProtocolConformanceRef>
|
||||
lookupConformance(Type type, ProtocolDecl *protocol);
|
||||
|
||||
/// Look for the conformance of the given existential type to the given
|
||||
/// protocol.
|
||||
Optional<ProtocolConformanceRef>
|
||||
lookupExistentialConformance(Type type, ProtocolDecl *protocol);
|
||||
|
||||
/// Find a member named \p name in \p container that was declared in this
|
||||
/// module.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user