mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Serialize isAddressable on param decls
This commit is contained in:
@@ -4785,6 +4785,7 @@ public:
|
||||
param->isConstVal(),
|
||||
param->isSending(),
|
||||
param->isCallerIsolated(),
|
||||
param->isAddressable(),
|
||||
getRawStableDefaultArgumentKind(argKind),
|
||||
S.addTypeRef(defaultExprType),
|
||||
getRawStableActorIsolationKind(isolation.getKind()),
|
||||
|
||||
Reference in New Issue
Block a user