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 d260fbb commit 3adeecbCopy full SHA for 3adeecb
include/swift/AST/Types.h
@@ -6035,10 +6035,8 @@ inline ArrayRef<AnyFunctionType::Param> AnyFunctionType::getParams() const {
6035
}
6036
6037
6038
-/// If this is a method in a type or extension thereof, compute
6039
-/// and return a parameter to be used for the 'self' argument. The type of
6040
-/// the parameter is the empty Type() if no 'self' argument should exist. This
6041
-/// can only be used after types have been resolved.
+/// If this is a method in a type or extension thereof, return the
+/// 'self' parameter.
6042
///
6043
/// \param isInitializingCtor Specifies whether we're computing the 'self'
6044
/// type of an initializing constructor, which accepts an instance 'self'
0 commit comments