| Index: pkg/analyzer/lib/src/summary/idl.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/idl.dart b/pkg/analyzer/lib/src/summary/idl.dart
|
| index 0d8ce5edf4da47104e807b1c8fbeeb588df7142b..8a3d5b7554c74264820502a7013a28c3eaf8fa65 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -2388,6 +2388,11 @@ enum UnlinkedExprOperation {
|
| * Push `this` expression onto the stack.
|
| */
|
| pushThis,
|
| +
|
| + /**
|
| + * Push `super` expression onto the stack.
|
| + */
|
| + pushSuper,
|
| }
|
|
|
| /**
|
|
|