| Index: pkg/analyzer/lib/src/generated/sdk.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/sdk.dart b/pkg/analyzer/lib/src/generated/sdk.dart
|
| index d133f1d2d1a69b2997653179edefa8740c2158bc..454cb3feb48d0225c8c38e9cea002e71a0845171 100644
|
| --- a/pkg/analyzer/lib/src/generated/sdk.dart
|
| +++ b/pkg/analyzer/lib/src/generated/sdk.dart
|
| @@ -367,6 +367,11 @@ class LibraryMap {
|
| */
|
| abstract class DartSdk {
|
| /**
|
| + * The short name of the dart SDK async library.
|
| + */
|
| + static final String DART_ASYNC = "dart:async";
|
| +
|
| + /**
|
| * The short name of the dart SDK core library.
|
| */
|
| static final String DART_CORE = "dart:core";
|
|
|