Skip to content

Commit 053286a

Browse files
committed
fix code completion test
1 parent 51e806c commit 053286a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/SourceKit/CodeComplete/complete_override.swift.response

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
key.results: [
3+
{
4+
key.kind: source.lang.swift.keyword,
5+
key.name: "_compilerInitialized",
6+
key.sourcetext: "_compilerInitialized",
7+
key.description: "_compilerInitialized",
8+
key.typename: "",
9+
key.context: source.codecompletion.context.none,
10+
key.typerelation: source.codecompletion.typerelation.notapplicable,
11+
key.num_bytes_to_erase: 0
12+
},
313
{
414
key.kind: source.lang.swift.keyword,
515
key.name: "_const",

0 commit comments

Comments
 (0)