File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,30 +144,30 @@ modifier
144
144
145
145
memberDeclaration
146
146
: methodDeclaration
147
- | fieldDeclaration
148
147
| constructorDeclaration
149
148
| interfaceDeclaration
150
149
| classDeclaration
151
150
| enumDeclaration
152
151
| propertyDeclaration
152
+ | fieldDeclaration
153
153
;
154
154
155
155
triggerMemberDeclaration
156
156
: methodDeclaration
157
- | fieldDeclaration
158
157
| interfaceDeclaration
159
158
| classDeclaration
160
159
| enumDeclaration
161
160
| propertyDeclaration
161
+ | fieldDeclaration
162
162
;
163
163
164
164
anonymousMemberDeclaration
165
165
: methodDeclaration
166
- | fieldDeclaration
167
166
| interfaceDeclaration
168
167
| classDeclaration
169
168
| enumDeclaration
170
169
| propertyDeclaration
170
+ | fieldDeclaration
171
171
;
172
172
173
173
/* We use rule this even for void methods which cannot have [] after parameters.
You can’t perform that action at this time.
0 commit comments