We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e806c commit 053286aCopy full SHA for 053286a
test/SourceKit/CodeComplete/complete_override.swift.response
@@ -1,5 +1,15 @@
1
{
2
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
+ },
13
14
key.kind: source.lang.swift.keyword,
15
key.name: "_const",
0 commit comments