Files
swift-mirror/test/SourceKit/DocumentStructure/mark_edit.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
577 B
Plaintext

{
key.offset: 0,
key.length: 17,
key.diagnostic_stage: source.diagnostic.stage.swift.parse,
key.substructure: [
{
key.kind: source.lang.swift.syntaxtype.comment.mark,
key.offset: 5,
key.length: 11,
key.nameoffset: 0,
key.namelength: 0
}
]
}
{
key.offset: 0,
key.length: 3,
key.diagnostic_stage: source.diagnostic.stage.swift.parse,
key.substructure: [
{
key.kind: source.lang.swift.syntaxtype.comment.mark,
key.offset: 6,
key.length: 11,
key.nameoffset: 0,
key.namelength: 0
}
]
}