| 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 f3964d66c79256d4d1a0e00084bf255367d0b65b..acc6ff386016ec9daf51c68dea22901a562ebe0f 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -460,6 +460,7 @@ class _ConstExprBuilder {
|
| case UnlinkedConstOperation.typeCast:
|
| case UnlinkedConstOperation.typeCheck:
|
| case UnlinkedConstOperation.throwException:
|
| + case UnlinkedConstOperation.pushLocalFunctionReference:
|
| throw new UnimplementedError(
|
| 'Unexpected $operation in a constant expression.');
|
| }
|
|
|