Chromium Code Reviews| 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 7a253f2abb93f4964544c9cffb5041c710b62525..4a0424b95421c18b30288ea1013ac5f483eb4f5d 100644 |
| --- a/pkg/analyzer/lib/src/summary/format.dart |
| +++ b/pkg/analyzer/lib/src/summary/format.dart |
| @@ -36,6 +36,11 @@ enum ReferenceKind { |
| staticMethod, |
| /** |
| + * The `length` property access. |
| + */ |
| + length, |
| + |
| + /** |
| * The entity is a typedef. |
| */ |
| typedef, |