mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Code completion: complete types in protocol compositions
Swift SVN r7495
This commit is contained in:
@@ -336,7 +336,7 @@ void Parser::skipUntil(tok T1, tok T2, bool StopAtCodeComplete) {
|
||||
|
||||
void Parser::skipUntilAnyOperator() {
|
||||
while (Tok.isNot(tok::eof) && Tok.isNotAnyOperator())
|
||||
skipSingle();
|
||||
skipSingle(false);
|
||||
}
|
||||
|
||||
void Parser::skipUntilDeclRBrace() {
|
||||
|
||||
Reference in New Issue
Block a user