File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2605,9 +2605,10 @@ class CoerceExpr : public ExplicitCastExpr {
2605
2605
// / to another constructor. The result of the subexpression is assigned to
2606
2606
// / 'self', and the expression returns void.
2607
2607
// /
2608
- // / When a super.constructor or delegating constructor is invoked, 'self' is
2609
- // / reassigned to the result of the constructor (after being downcast in the
2610
- // / case of super.constructor).
2608
+ // / When a super.init or delegating initializer is invoked, 'self' is
2609
+ // / reassigned to the result of the initializer (after being downcast in the
2610
+ // / case of super.init).
2611
+ // /
2611
2612
// / This is needed for reference types with ObjC interop, where
2612
2613
// / reassigning 'self' is a supported feature, and for value type delegating
2613
2614
// / constructors, where the delegatee constructor is responsible for
You can’t perform that action at this time.
0 commit comments