| Index: pkg/analyzer/tool/summary/idl.dart
|
| diff --git a/pkg/analyzer/tool/summary/idl.dart b/pkg/analyzer/tool/summary/idl.dart
|
| index 6e2c18e51fb28395493d6944a43b0078378092f0..0eb13f6b485fdefec3a45bdffaabed2ab21f22e1 100644
|
| --- a/pkg/analyzer/tool/summary/idl.dart
|
| +++ b/pkg/analyzer/tool/summary/idl.dart
|
| @@ -296,14 +296,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.
|
|
|