Skip to content

Commit fee478f

Browse files
committed
WIP
1 parent 708b91a commit fee478f

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
@@ -866,10 +866,14 @@ 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-
869+
870870
* More than one constructor declaration in an augmentation chain specifies
871871
a default value for the same parameter.
872872

873+
* A constructor declaration in an augmentation chain is a redirecting
874+
factory, and some declaration in the chain specifies a default value
875+
for one or more parameters.
876+
873877
An incomplete constructor can be completed by adding an initializer list and/or
874878
a body, or by adding a redirection:
875879

0 commit comments

Comments
 (0)