mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Replace setLet with setSpecifier
This commit is contained in:
@@ -304,8 +304,8 @@ static FuncDecl *createMaterializeForSetPrototype(AbstractStorageDecl *storage,
|
||||
ctx.TheRawPointerType,
|
||||
VarDecl::Specifier::Owned),
|
||||
buildArgument(loc, DC, "callbackStorage",
|
||||
ctx.TheUnsafeValueBufferType,
|
||||
ctx.TheUnsafeValueBufferType,
|
||||
InOutType::get(ctx.TheUnsafeValueBufferType),
|
||||
InOutType::get(ctx.TheUnsafeValueBufferType),
|
||||
VarDecl::Specifier::InOut)
|
||||
};
|
||||
params.push_back(buildIndexForwardingParamList(storage, bufferElements));
|
||||
|
||||
Reference in New Issue
Block a user