File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
tools/SourceKit/lib/SwiftLang Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
namespace SourceKit {
22
22
namespace CodeCompletion {
23
23
24
- using CodeCompletionDeclKind = swift::ide::CodeCompletionDeclKind;
25
- using CodeCompletionKeywordKind = swift::ide::CodeCompletionKeywordKind;
26
- using CodeCompletionLiteralKind = swift::ide::CodeCompletionLiteralKind;
27
- using SemanticContextKind = swift::ide::SemanticContextKind;
28
- using CodeCompletionString = swift::ide::CodeCompletionString;
24
+ using swift::ide::CodeCompletionDeclKind;
25
+ using swift::ide::CodeCompletionKeywordKind;
26
+ using swift::ide::CodeCompletionLiteralKind;
27
+ using swift::ide::SemanticContextKind;
28
+ using swift::ide::CodeCompletionString;
29
29
using SwiftResult = swift::ide::CodeCompletionResult;
30
- using CompletionKind = swift::ide::CompletionKind;
30
+ using swift::ide::CompletionKind;
31
31
32
32
struct Group ;
33
33
class CodeCompletionOrganizer ;
You can’t perform that action at this time.
0 commit comments