| Index: pkg/analysis_server/lib/src/generated_protocol.dart
|
| diff --git a/pkg/analysis_server/lib/src/generated_protocol.dart b/pkg/analysis_server/lib/src/generated_protocol.dart
|
| index 1ace2aff437d45b9d8b48652490afc0c63d76a27..fcbabc5a07f9c6ac92c63ec1284d392fa804ce77 100644
|
| --- a/pkg/analysis_server/lib/src/generated_protocol.dart
|
| +++ b/pkg/analysis_server/lib/src/generated_protocol.dart
|
| @@ -6060,8 +6060,9 @@ class Element implements HasToJson {
|
|
|
| /**
|
| * The parameter list for the element. If the element is not a method or
|
| - * function this field will not be defined. If the element has zero
|
| - * parameters, this field will have a value of "()".
|
| + * function this field will not be defined. If the element doesn't have
|
| + * parameters (e.g. getter), this field will not be defined. If the element
|
| + * has zero parameters, this field will have a value of "()".
|
| */
|
| String parameters;
|
|
|
|
|