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
604604 | 'augment'? 'covariant' 'late'? varOrType initializedIdentifierList
605605 | 'augment'? 'late'? 'final' type? initializedIdentifierList
606606 | '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)?
610610```
611611
612612** TODO: Define the grammar for the various ` augment super ` expressions.**
You can’t perform that action at this time.
0 commit comments