mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
- Update SourceKit/DocumentStructure tests - Update SourceKit/CursorInfo tests - Update SourceKit/SyntaxMapData tests - Update SourceKit/Sema tests - Update SourceKit/CompileNotifications tests
36 lines
774 B
Plaintext
36 lines
774 B
Plaintext
{
|
|
key.offset: 0,
|
|
key.length: 38,
|
|
key.diagnostic_stage: source.diagnostic.stage.swift.parse,
|
|
key.syntaxmap: [
|
|
{
|
|
key.kind: source.lang.swift.syntaxtype.comment,
|
|
key.offset: 1,
|
|
key.length: 34
|
|
}
|
|
],
|
|
key.diagnostics: [
|
|
{
|
|
key.line: 4,
|
|
key.column: 1,
|
|
key.filepath: syntaxmap-edit-del.swift,
|
|
key.severity: source.diagnostic.severity.error,
|
|
key.id: "extra_rbrace",
|
|
key.description: "extraneous '}' at top level",
|
|
key.diagnostic_stage: source.diagnostic.stage.swift.parse,
|
|
key.fixits: [
|
|
{
|
|
key.offset: 36,
|
|
key.length: 1,
|
|
key.sourcetext: ""
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
{
|
|
key.diagnostic_stage: source.diagnostic.stage.swift.parse,
|
|
key.syntaxmap: [
|
|
]
|
|
}
|