mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Address review feedback on AbstractConformance in ProtocolConformanceRef
This commit is contained in:
@@ -1498,7 +1498,7 @@ SDKNodeInitInfo::SDKNodeInitInfo(SDKContext &Ctx, ImportDecl *ID):
|
||||
}
|
||||
|
||||
SDKNodeInitInfo::SDKNodeInitInfo(SDKContext &Ctx, ProtocolConformanceRef Conform):
|
||||
SDKNodeInitInfo(Ctx, Conform.getRequirement()) {
|
||||
SDKNodeInitInfo(Ctx, Conform.getProtocol()) {
|
||||
// The conformance can be conditional. The generic signature keeps track of
|
||||
// the requirements.
|
||||
if (Conform.isConcrete()) {
|
||||
|
||||
Reference in New Issue
Block a user