| 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 adaf7f7c63050bc20e56ba3b493ccc15f6b4ed61..e4459a31bc214087c3ebb111dd9d732488dc7943 100644
|
| --- a/pkg/analysis_server/tool/spec/spec_input.html
|
| +++ b/pkg/analysis_server/tool/spec/spec_input.html
|
| @@ -3207,6 +3207,20 @@
|
| The length of the name selected to be renamed.
|
| </p>
|
| </field>
|
| + <field name="elementKindName">
|
| + <ref>String</ref>
|
| + <p>
|
| + The human-readable description of the kind of element being
|
| + renamed (such as “class” or “function type
|
| + alias”).
|
| + </p>
|
| + </field>
|
| + <field name="oldName">
|
| + <ref>String</ref>
|
| + <p>
|
| + The old name of the element before the refactoring.
|
| + </p>
|
| + </field>
|
| </feedback>
|
| <options>
|
| <field name="newName">
|
|
|