We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93cd79 commit 708b91aCopy full SHA for 708b91a
working/augmentation-libraries/feature-specification.md
@@ -866,6 +866,9 @@ It's a **compile-time error** if:
866
constructor is not, or vice versa. *An augmentation can't change whether or
867
not a constructor is generative because that affects whether users are
868
allowed to call the constructor in a subclass's initializer list.*
869
+
870
+* More than one constructor declaration in an augmentation chain specifies
871
+ a default value for the same parameter.
872
873
An incomplete constructor can be completed by adding an initializer list and/or
874
a body, or by adding a redirection:
0 commit comments