mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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.
38 lines
821 B
Plaintext
38 lines
821 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.class,
|
|
key.name: "A",
|
|
key.usr: "s:C12implicit_vis1A",
|
|
key.line: 1,
|
|
key.column: 7,
|
|
key.entities: [
|
|
{
|
|
key.kind: source.lang.swift.decl.var.instance,
|
|
key.name: "b",
|
|
key.usr: "s:vC12implicit_vis1A1bCS_1B",
|
|
key.line: 2,
|
|
key.column: 6
|
|
},
|
|
{
|
|
key.kind: source.lang.swift.ref.class,
|
|
key.name: "B",
|
|
key.usr: "s:C12implicit_vis1B",
|
|
key.line: 2,
|
|
key.column: 9
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|