Files
swift-mirror/test/SourceKit/Sema/sema_symlink.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

25 lines
453 B
Plaintext

[
{
key.kind: source.lang.swift.ref.struct,
key.offset: 9,
key.length: 3,
key.is_system: 1
}
]
[
{
key.line: 1,
key.column: 16,
key.filepath: real.swift,
key.severity: source.diagnostic.severity.error,
key.description: "use of unresolved identifier 'goo'",
key.diagnostic_stage: source.diagnostic.stage.swift.sema,
key.ranges: [
{
key.offset: 15,
key.length: 3
}
]
}
]