[SE-0258] Rename to Property Wrappers

This commit is contained in:
Doug Gregor
2019-05-29 18:21:21 -07:00
parent e434bdb87b
commit c02ecf9859
74 changed files with 1068 additions and 1065 deletions

View File

@@ -1056,7 +1056,7 @@ namespace decls_block {
AccessLevelField, // access level
AccessLevelField, // setter access, if applicable
DeclIDField, // opaque return type decl
BCFixed<2>, // # of property delegate backing properties
BCFixed<2>, // # of property wrapper backing properties
BCArray<TypeIDField> // accessors, backing properties, and dependencies
>;