mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Properly serialize 'isolated' bit on function parameter declarations.
Fixes rdar://83380879.
This commit is contained in:
@@ -3707,6 +3707,7 @@ public:
|
||||
param->isImplicitlyUnwrappedOptional(),
|
||||
param->isVariadic(),
|
||||
param->isAutoClosure(),
|
||||
param->isIsolated(),
|
||||
getRawStableDefaultArgumentKind(argKind),
|
||||
defaultArgumentText);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user