| 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 02f873e6cc7442ad7ce1e44f5f01527c4cf9cc44..14a2beaf6657b2e52f86f76a02cff0e7b3a508d4 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -458,6 +458,7 @@ class _ConstExprBuilder {
|
| case UnlinkedConstOperation.assignToRef:
|
| case UnlinkedConstOperation.assignToProperty:
|
| case UnlinkedConstOperation.assignToIndex:
|
| + case UnlinkedConstOperation.extractIndex:
|
| throw new UnimplementedError('$operation');
|
| }
|
| }
|
|
|