| 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 70ee2b2774391cc7a9a3353277ca061e7d60d749..1d8e68d125e9c370df90ce34d251c8152aa0b7e7 100644
|
| --- a/pkg/analysis_server/tool/spec/spec_input.html
|
| +++ b/pkg/analysis_server/tool/spec/spec_input.html
|
| @@ -1878,7 +1878,15 @@
|
| in a completion suggestion.
|
| </p>
|
| <enum>
|
| - <value><code>ARGUMENT_LIST</code></value>
|
| + <value>
|
| + <code>ARGUMENT_LIST</code>
|
| + <p>
|
| + A list of arguments for the method or function that is being invoked.
|
| + For this suggestion kind, the completion field is a textual representation
|
| + of the invocation and the parameterNames, parameterTypes, and requiredParameterCount
|
| + attributes are defined.
|
| + </p>
|
| + </value>
|
| <value><code>IMPORT</code></value>
|
| <value>
|
| <code>IDENTIFIER</code>
|
|
|