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 e1c0dec commit ee90374Copy full SHA for ee90374
lib/Sema/CSGen.cpp
@@ -4044,7 +4044,7 @@ void ConstraintSystem::bindVariablesInPattern(
4044
case PatternKind::Named: {
4045
auto var = cast<NamedPattern>(pattern)->getDecl();
4046
4047
- /// Create a fresh type variable to describe the type of the
+ /// Create a fresh type variable to describe the type of the bound variable.
4048
Type varType = createTypeVariable(locator, TVO_CanBindToNoEscape);
4049
4050
auto ROK = ReferenceOwnership::Strong;
0 commit comments