File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -189,13 +189,11 @@ Entities
189
189
entity-spec ::= 'Te' bridge-spec // outlined objective c method call
190
190
191
191
entity-spec ::= decl-name function-signature generic-signature? 'F' // function
192
- entity-spec ::= storage-spec
192
+ entity-spec ::= type file-discriminator? 'i' ACCESSOR // subscript
193
+ entity-spec ::= decl-name type 'v' ACCESSOR // variable
193
194
entity-spec ::= decl-name type 'fp' // generic type parameter
194
195
entity-spec ::= decl-name type 'fo' // enum element (currently not used)
195
196
196
- storage-spec ::= type file-discriminator? 'i' ACCESSOR
197
- storage-spec ::= decl-name type 'v' ACCESSOR
198
-
199
197
ACCESSOR ::= 'm' // materializeForSet
200
198
ACCESSOR ::= 's' // setter
201
199
ACCESSOR ::= 'g' // getter
You can’t perform that action at this time.
0 commit comments