Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1202)

Unified Diff: pkg/analyzer/lib/src/generated/sdk.dart

Issue 247053004: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698