| 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 0df5ab32b291e463acbf495020251c99478345fb..a3f1863b8d8f459b10ce41eb0c0c0ba0025bf09d 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -251,7 +251,17 @@ enum IndexSyntheticElementKind {
|
| /**
|
| * The synthetic setter of a property introducing element.
|
| */
|
| - setter
|
| + setter,
|
| +
|
| + /**
|
| + * The synthetic top-level variable element.
|
| + */
|
| + topLevelVariable,
|
| +
|
| + /**
|
| + * The synthetic `loadLibrary` element.
|
| + */
|
| + loadLibrary
|
| }
|
|
|
| /**
|
|
|