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 00ccc9d commit 570e1ceCopy full SHA for 570e1ce
lib/Parse/ParseType.cpp
@@ -292,7 +292,7 @@ ParserResult<IdentTypeRepr> Parser::parseTypeIdentifier() {
292
if (Tok.isNot(tok::identifier) && Tok.isNot(tok::kw_Self)) {
293
if (Tok.is(tok::code_complete)) {
294
if (CodeCompletion)
295
- CodeCompletion->completeTypeIdentifierWithDot(nullptr);
+ CodeCompletion->completeTypeSimpleBeginning();
296
// Eat the code completion token because we handled it.
297
consumeToken(tok::code_complete);
298
return makeParserCodeCompletionResult<IdentTypeRepr>();
0 commit comments