File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
branches/master-rebranch/tools/SourceKit/docs Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
1457
1457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
1458
1458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
1459
1459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460
- refs/heads/master-rebranch: 65eca497ce1a79184b22306351a89a05f57a4236
1460
+ refs/heads/master-rebranch: 86168db360f94ad9338c2245db760199ff28be40
Original file line number Diff line number Diff line change @@ -757,7 +757,6 @@ type checking and the necessary compiler arguments to help resolve all dependenc
757
757
### Response
758
758
```
759
759
{
760
- <key.printedtypebuffer>: (string) // A text buffer where all expression types are printed to.
761
760
<key.expression_type_list>: (array) [expr-type-info*] // A list of expression and type
762
761
}
763
762
```
@@ -767,8 +766,7 @@ expr-type-info ::=
767
766
{
768
767
<key.expression_offset>: (int64) // Offset of an expression in the source file
769
768
<key.expression_length>: (int64) // Length of an expression in the source file
770
- <key.type_offset>: (int64) // Offset of the printed type of the expression in the printed type buffer
771
- <key.type_length>: (int64) // Length of the printed type of the expression in the printed type buffer
769
+ <key.expression_type>: (string) // Printed type of this expression
772
770
}
773
771
```
774
772
You can’t perform that action at this time.
0 commit comments