File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
working/augmentation-libraries Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -871,10 +871,14 @@ It's a **compile-time error** if:
871
871
constructor is not, or vice versa. * An augmentation can't change whether or
872
872
not a constructor is generative because that affects whether users are
873
873
allowed to call the constructor in a subclass's initializer list.*
874
-
874
+
875
875
* More than one constructor declaration in an augmentation chain specifies
876
876
a default value for the same parameter.
877
877
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
+
878
882
An incomplete constructor can be completed by adding an initializer list and/or
879
883
a body, or by adding a redirection:
880
884
You can’t perform that action at this time.
0 commit comments