mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Add ASTContext::Id_ArrayLiteralElement
This commit is contained in:
@@ -429,7 +429,7 @@ static bool resolveKnownTypeWitness(NormalProtocolConformance *conformance,
|
||||
|
||||
// ExpressibleByArrayLiteral.ArrayLiteralElement
|
||||
if (*knownKind == KnownProtocolKind::ExpressibleByArrayLiteral) {
|
||||
assert(assocType->getName() == ctx.getIdentifier("ArrayLiteralElement"));
|
||||
assert(assocType->getName() == ctx.Id_ArrayLiteralElement);
|
||||
return resolveViaLookup();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user