Skip to content

Commit 2a0a47d

Browse files
committed
WIP
1 parent 660edcb commit 2a0a47d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

working/augmentation-libraries/feature-specification.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,10 +871,14 @@ 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-
874+
875875
* More than one constructor declaration in an augmentation chain specifies
876876
a default value for the same parameter.
877877

878+
* A constructor declaration in an augmentation chain is a redirecting
879+
factory, and some declaration in the chain specifies a default value
880+
for one or more parameters.
881+
878882
An incomplete constructor can be completed by adding an initializer list and/or
879883
a body, or by adding a redirection:
880884

0 commit comments

Comments
 (0)