Skip to content

Commit 660edcb

Browse files
committed
WIP
1 parent 6104287 commit 660edcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

working/augmentation-libraries/feature-specification.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,9 @@ It's a **compile-time error** if:
871871
constructor is not, or vice versa. *An augmentation can't change whether or
872872
not a constructor is generative because that affects whether users are
873873
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.
874877

875878
An incomplete constructor can be completed by adding an initializer list and/or
876879
a body, or by adding a redirection:

0 commit comments

Comments
 (0)