Skip to content

Commit 708b91a

Browse files
committed
WIP
1 parent f93cd79 commit 708b91a

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
@@ -866,6 +866,9 @@ It's a **compile-time error** if:
866866
constructor is not, or vice versa. *An augmentation can't change whether or
867867
not a constructor is generative because that affects whether users are
868868
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.
869872

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

0 commit comments

Comments
 (0)