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.
1 parent f018901 commit 9844af2Copy full SHA for 9844af2
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