File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed 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