| Index: pkg/analysis_server/lib/src/services/refactoring/refactoring.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/refactoring/refactoring.dart b/pkg/analysis_server/lib/src/services/refactoring/refactoring.dart
|
| index 57844390194069c1dd1d47c124688fa3f77435cb..122d65b72d268bc5162c446b6c8b8dfc27fe7372 100644
|
| --- a/pkg/analysis_server/lib/src/services/refactoring/refactoring.dart
|
| +++ b/pkg/analysis_server/lib/src/services/refactoring/refactoring.dart
|
| @@ -312,6 +312,12 @@ abstract class RenameRefactoring implements Refactoring {
|
| }
|
|
|
| /**
|
| + * Returns the human-readable description of the kind of element being renamed
|
| + * (such as “class” or “function type alias”).
|
| + */
|
| + String get elementKindName;
|
| +
|
| + /**
|
| * Sets the new name for the [Element].
|
| */
|
| void set newName(String newName);
|
|
|