mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[CodeCompletion] The second step to complete @availability. Adding the second
or the later parameters in this attribute. rdar://19541135 Swift SVN r25762
This commit is contained in:
@@ -60,6 +60,8 @@ static std::string toInsertableString(CodeCompletionResult *Result) {
|
||||
case CodeCompletionString::Chunk::ChunkKind::CallParameterName:
|
||||
case CodeCompletionString::Chunk::ChunkKind::CallParameterInternalName:
|
||||
case CodeCompletionString::Chunk::ChunkKind::CallParameterColon:
|
||||
case CodeCompletionString::Chunk::ChunkKind::DeclAttrParamKeyword:
|
||||
case CodeCompletionString::Chunk::ChunkKind::DeclAttrParamEqual:
|
||||
case CodeCompletionString::Chunk::ChunkKind::CallParameterType:
|
||||
case CodeCompletionString::Chunk::ChunkKind::CallParameterClosureType:
|
||||
case CodeCompletionString::Chunk::ChunkKind::OptionalBegin:
|
||||
|
||||
Reference in New Issue
Block a user