Files
swift-mirror/test/SourceKit/Indexing/rdar_21602898.swift.response
Argyrios Kyrtzidis 8ff6a98a99 [sourcekit] Merge SourceKit into the Swift repo.
The code goes into its own sub-tree under 'tools' but tests go under 'test',
so that running 'check-swift' will also run all the SourceKit tests.

SourceKit is disabled on non-darwin platforms.
2015-11-05 01:09:08 -08:00

29 lines
570 B
Plaintext

{
key.hash: <hash>,
key.dependencies: [
{
key.kind: source.lang.swift.import.module.swift,
key.name: "Swift",
key.filepath: Swift.swiftmodule,
key.hash: <hash>,
key.is_system: 1
}
],
key.entities: [
{
key.kind: source.lang.swift.decl.protocol,
key.name: "P",
key.usr: "s:P13rdar_216028981P",
key.line: 4,
key.column: 10
},
{
key.kind: source.lang.swift.decl.class,
key.name: "C",
key.usr: "s:C13rdar_216028981C",
key.line: 5,
key.column: 7
}
]
}