File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
working/augmentation-libraries Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -604,9 +604,9 @@ declaration ::= 'external' factoryConstructorSignature
604
604
| 'augment'? 'covariant' 'late'? varOrType initializedIdentifierList
605
605
| 'augment'? 'late'? 'final' type? initializedIdentifierList
606
606
| 'augment'? 'late'? varOrType initializedIdentifierList
607
- | redirectingFactoryConstructorSignature
608
- | constantConstructorSignature (redirection | initializers)?
609
- | constructorSignature (redirection | initializers)?
607
+ | 'augment'? redirectingFactoryConstructorSignature
608
+ | 'augment'? constantConstructorSignature (redirection | initializers)?
609
+ | 'augment'? constructorSignature (redirection | initializers)?
610
610
```
611
611
612
612
** TODO: Define the grammar for the various ` augment super ` expressions.**
You can’t perform that action at this time.
0 commit comments