We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec645e3 + 9844af2 commit 8366183Copy full SHA for 8366183
lib/Sema/CodeSynthesis.h
@@ -70,8 +70,6 @@ Expr *buildSelfReference(VarDecl *selfDecl, SelfAccessorKind selfAccessorKind,
70
/// \param selfAccessorKind The kind of access being performed.
71
/// \param isMutable Whether the resulting argument is for a mutable self
72
/// argument. Such an argument is passed 'inout'.
73
-/// \param convertTy The type of the resulting argument. For a reference to
74
-/// super, this can be a superclass type to upcast to.
75
Argument buildSelfArgument(VarDecl *selfDecl, SelfAccessorKind selfAccessorKind,
76
bool isMutable);
77
0 commit comments