mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
add @nondiff to AnyFunctionType params
This commit is contained in:
@@ -3931,8 +3931,8 @@ public:
|
||||
S.Out, S.ScratchRecord, abbrCode,
|
||||
S.addDeclBaseNameRef(param.getLabel()),
|
||||
S.addTypeRef(param.getPlainType()), paramFlags.isVariadic(),
|
||||
paramFlags.isAutoClosure(), paramFlags.isNonEphemeral(),
|
||||
rawOwnership);
|
||||
paramFlags.isAutoClosure(), paramFlags.isNonEphemeral(), rawOwnership,
|
||||
paramFlags.isNonDifferentiable());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user