| Index: pkg/analyzer/lib/src/summary/format.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/format.dart b/pkg/analyzer/lib/src/summary/format.dart
|
| index 16132eb3a726f67a2e6950700c040dd5e754535c..c46340d592a913c47fc00d28c04aabe875ecebec 100644
|
| --- a/pkg/analyzer/lib/src/summary/format.dart
|
| +++ b/pkg/analyzer/lib/src/summary/format.dart
|
| @@ -26,14 +26,16 @@ enum ReferenceKind {
|
| constructor,
|
|
|
| /**
|
| - * The entity is a static const field.
|
| + * The entity is a getter or setter inside a class. Note: this is used in
|
| + * the case where a constant refers to a static const declared inside a
|
| + * class.
|
| */
|
| - constField,
|
| + propertyAccessor,
|
|
|
| /**
|
| - * The entity is a static method.
|
| + * The entity is a method.
|
| */
|
| - staticMethod,
|
| + method,
|
|
|
| /**
|
| * The `length` property access.
|
|
|