| 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 12a8c015b0befab11292f3d1cf003e3b4d0438d0..25985f2d55f5ba0b22ce35c507fbb5442a36f8fb 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -476,6 +476,9 @@ class _ConstExprBuilder {
|
| Expression expression = _pop();
|
| _push(AstTestFactory.awaitExpression(expression));
|
| break;
|
| + case UnlinkedExprOperation.pushSuper:
|
| + _push(AstTestFactory.superExpression());
|
| + break;
|
| case UnlinkedExprOperation.pushThis:
|
| _push(AstTestFactory.thisExpression());
|
| break;
|
|
|