| 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 e09c9e3e3678e48234b21677b71e9324ed658642..0530c43604f352a6a9e4acfe2731da87724c82b9 100644
|
| --- a/pkg/analysis_server/tool/spec/spec_input.html
|
| +++ b/pkg/analysis_server/tool/spec/spec_input.html
|
| @@ -1975,11 +1975,11 @@
|
| parameterNames field is omitted.
|
| </p>
|
| </field>
|
| - <field name="positionalParameterCount" optional="true">
|
| - <ref>int</ref>
|
| + <field name="hasNamedParameters" optional="true">
|
| + <ref>bool</ref>
|
| <p>
|
| - The number of positional parameters for the function or
|
| - method being suggested. This field is omitted if the
|
| + True if the function or method being suggested has at
|
| + least one named parameter. This field is omitted if the
|
| parameterNames field is omitted.
|
| </p>
|
| </field>
|
|
|