Skip to content

Commit b92874c

Browse files
committed
[Distributed] fix source completion test; it suggests distributed too now
1 parent d57cf85 commit b92874c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

test/SourceKit/CodeComplete/complete_override.swift.response

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
key.typerelation: source.codecompletion.typerelation.notapplicable,
1111
key.num_bytes_to_erase: 0
1212
},
13+
{
14+
key.kind: source.lang.swift.keyword,
15+
key.name: "_local",
16+
key.sourcetext: "_local",
17+
key.description: "_local",
18+
key.typename: "",
19+
key.context: source.codecompletion.context.none,
20+
key.typerelation: source.codecompletion.typerelation.notapplicable,
21+
key.num_bytes_to_erase: 0
22+
},
1323
{
1424
key.kind: source.lang.swift.keyword,
1525
key.name: "associatedtype",
@@ -60,6 +70,16 @@
6070
key.typerelation: source.codecompletion.typerelation.notapplicable,
6171
key.num_bytes_to_erase: 0
6272
},
73+
{
74+
key.kind: source.lang.swift.keyword,
75+
key.name: "distributed",
76+
key.sourcetext: "distributed",
77+
key.description: "distributed",
78+
key.typename: "",
79+
key.context: source.codecompletion.context.none,
80+
key.typerelation: source.codecompletion.typerelation.notapplicable,
81+
key.num_bytes_to_erase: 0
82+
},
6383
{
6484
key.kind: source.lang.swift.keyword,
6585
key.name: "dynamic",

0 commit comments

Comments
 (0)