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 6104287 commit 660edcbCopy full SHA for 660edcb
working/augmentation-libraries/feature-specification.md
@@ -871,6 +871,9 @@ It's a **compile-time error** if:
871
constructor is not, or vice versa. *An augmentation can't change whether or
872
not a constructor is generative because that affects whether users are
873
allowed to call the constructor in a subclass's initializer list.*
874
+
875
+* More than one constructor declaration in an augmentation chain specifies
876
+ a default value for the same parameter.
877
878
An incomplete constructor can be completed by adding an initializer list and/or
879
a body, or by adding a redirection:
0 commit comments