|
1 | 1 | [
|
2 | 2 | {
|
3 |
| - key.line: 6, |
4 |
| - key.column: 2, |
5 |
| - key.filepath: rdar_18677108-2-a.swift, |
6 |
| - key.severity: source.diagnostic.severity.error, |
7 |
| - key.description: "expected ',' separator", |
8 |
| - key.diagnostic_stage: source.diagnostic.stage.swift.parse, |
9 |
| - key.fixits: [ |
10 |
| - { |
11 |
| - key.offset: 184, |
12 |
| - key.length: 0, |
13 |
| - key.sourcetext: "," |
14 |
| - } |
15 |
| - ] |
16 |
| - }, |
17 |
| - { |
18 |
| - key.line: 6, |
19 |
| - key.column: 2, |
| 3 | + key.line: 7, |
| 4 | + key.column: 1, |
20 | 5 | key.filepath: rdar_18677108-2-a.swift,
|
21 | 6 | key.severity: source.diagnostic.severity.error,
|
22 |
| - key.description: "expected ',' separator", |
| 7 | + key.description: "expected ')' in expression list", |
23 | 8 | key.diagnostic_stage: source.diagnostic.stage.swift.parse,
|
24 |
| - key.fixits: [ |
| 9 | + key.diagnostics: [ |
25 | 10 | {
|
26 |
| - key.offset: 184, |
27 |
| - key.length: 0, |
28 |
| - key.sourcetext: "," |
| 11 | + key.line: 5, |
| 12 | + key.column: 46, |
| 13 | + key.filepath: rdar_18677108-2-a.swift, |
| 14 | + key.severity: source.diagnostic.severity.note, |
| 15 | + key.description: "to match this opening '('" |
29 | 16 | }
|
30 | 17 | ]
|
31 | 18 | },
|
32 |
| - { |
33 |
| - key.line: 7, |
34 |
| - key.column: 1, |
35 |
| - key.filepath: rdar_18677108-2-a.swift, |
36 |
| - key.severity: source.diagnostic.severity.error, |
37 |
| - key.description: "expected expression in list of expressions", |
38 |
| - key.diagnostic_stage: source.diagnostic.stage.swift.parse |
39 |
| - }, |
40 | 19 | {
|
41 | 20 | key.line: 7,
|
42 | 21 | key.column: 1,
|
|
59 | 38 | key.column: 1,
|
60 | 39 | key.filepath: rdar_18677108-2-a.swift,
|
61 | 40 | key.severity: source.diagnostic.severity.error,
|
62 |
| - key.description: "expected declaration", |
| 41 | + key.description: "expected '}' in class", |
63 | 42 | key.diagnostic_stage: source.diagnostic.stage.swift.parse,
|
64 | 43 | key.diagnostics: [
|
65 | 44 | {
|
66 |
| - key.line: 1, |
67 |
| - key.column: 7, |
| 45 | + key.line: 2, |
| 46 | + key.column: 1, |
68 | 47 | key.filepath: rdar_18677108-2-a.swift,
|
69 | 48 | key.severity: source.diagnostic.severity.note,
|
70 |
| - key.description: "in declaration of 'CameraController'" |
| 49 | + key.description: "to match this opening '{'" |
71 | 50 | }
|
72 | 51 | ]
|
73 | 52 | }
|
|
0 commit comments