mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[serialization] Handle fixity and assignment function attributes.
With this change we should be able to round-trip all of Policy.swift. Swift SVN r6085
This commit is contained in:
@@ -407,6 +407,7 @@ namespace decls_block {
|
||||
DeclIDField, // context decl
|
||||
BCFixed<1>, // implicit?
|
||||
BCFixed<1>, // class method?
|
||||
BCFixed<1>, // assignment?
|
||||
TypeIDField, // type (signature)
|
||||
DeclIDField, // associated decl (for get/set or operators)
|
||||
DeclIDField // overridden function
|
||||
|
||||
Reference in New Issue
Block a user