| 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 07cda0d775fecc78e3b4f6137fc80c20a584a870..1e5718a5b034ecaeb3d5c9fb0e1f0f4209f85bcc 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -1360,6 +1360,12 @@ enum UnlinkedConstOperation {
|
| * [UnlinkedConst.assignmentOperators]. Push `value` back into the stack.
|
| */
|
| assignToIndex,
|
| +
|
| + /**
|
| + * Pop from the stack `index` and `target`. Push into the stack the result
|
| + * of evaluation of `target[index]`.
|
| + */
|
| + extractIndex,
|
| }
|
|
|
| /**
|
|
|