| 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 53102b1200e031d3a975987b0871fc3c202859d8..9c07aff3ad0a50872ba7aa8fa564d4791d050e26 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -2341,6 +2341,12 @@ enum UnlinkedExprOperation {
|
| * first.
|
| */
|
| ifNull,
|
| +
|
| + /**
|
| + * Pop the top value from the stack. Treat it as a Future and await its
|
| + * completion. Then push the awaited value onto the stack.
|
| + */
|
| + await,
|
| }
|
|
|
| /**
|
|
|