| Index: pkg/analyzer/lib/src/summary/resynthesize.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/resynthesize.dart b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| index 274f9436e8d772d18f85c2cb21701ddd1848c658..00de67f9d8771d3bb46c9aa17669590df392ba6e 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -645,6 +645,7 @@ class _LibraryResynthesizer {
|
| return new PropertyAccessorElementHandle(
|
| summaryResynthesizer, location);
|
| case ReferenceKind.constructor:
|
| + case ReferenceKind.constField:
|
| case ReferenceKind.staticMethod:
|
| case ReferenceKind.prefix:
|
| case ReferenceKind.unresolved:
|
|
|