mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename Slab to InlineArray
This commit is contained in:
@@ -1669,7 +1669,7 @@ struct TypeSimplifier {
|
||||
// Special case: When building slab literals, we go through the same
|
||||
// array literal machinery, so there will be a conversion constraint
|
||||
// for the element to ExpressibleByArrayLiteral.ArrayLiteralType.
|
||||
if (lookupBaseType->isSlab()) {
|
||||
if (lookupBaseType->isInlineArray()) {
|
||||
auto &ctx = CS.getASTContext();
|
||||
auto arrayProto =
|
||||
ctx.getProtocol(KnownProtocolKind::ExpressibleByArrayLiteral);
|
||||
|
||||
Reference in New Issue
Block a user