Skip to content

Commit 0bc2cc4

Browse files
committed
[CodeCompletion] Negate incorrect comment NFC
1 parent 4a30637 commit 0bc2cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IDE/CodeCompletion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3807,7 +3807,7 @@ class CompletionOverrideLookup : public swift::VisibleDeclConsumer {
38073807
bool hasIntroducer = hasFuncIntroducer || hasVarIntroducer;
38083808

38093809
if (auto *FD = dyn_cast<FuncDecl>(D)) {
3810-
// We can override operators as members.
3810+
// We cannot override operators as members.
38113811
if (FD->isBinaryOperator() || FD->isUnaryOperator())
38123812
return;
38133813

0 commit comments

Comments
 (0)