| Index: pkg/analysis_server/tool/spec/spec_input.html
|
| diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
|
| index 679f230d8c1ffee94a22b14451f4816ab441808d..746aad98a2a73b9a24abc33807f820c2e510905a 100644
|
| --- a/pkg/analysis_server/tool/spec/spec_input.html
|
| +++ b/pkg/analysis_server/tool/spec/spec_input.html
|
| @@ -990,7 +990,7 @@
|
| </field>
|
| </params>
|
| <result>
|
| - <field name="hierarchyItems">
|
| + <field name="hierarchyItems" optional="true">
|
| <list><ref>TypeHierarchyItem</ref></list>
|
| <p>
|
| A list of the types in the requested hierarchy. The
|
| @@ -1000,6 +1000,12 @@
|
| correspond to the integers used to reference supertype
|
| and subtype items within the items.
|
| </p>
|
| + <p>
|
| + This field will be absent if the code at the given file
|
| + and offset does not represent a type, or if the file has
|
| + not been sufficiently analyzed to allow a type hierarchy
|
| + to be produced.
|
| + </p>
|
| </field>
|
| </result>
|
| </request>
|
|
|