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

Unified Diff: pkg/analyzer/lib/dart/element/element.dart

Issue 1609093003: fixes #25482, flatten Futures in strong mode so Future.then works (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | pkg/analyzer/lib/dart/element/type.dart » ('j') | pkg/analyzer/lib/dart/element/type.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/dart/element/element.dart
diff --git a/pkg/analyzer/lib/dart/element/element.dart b/pkg/analyzer/lib/dart/element/element.dart
index 01e757d8e73181471592605f03731f619ca540d4..b285ca6c35b9da81f6535b6770897422d97a4321 100644
--- a/pkg/analyzer/lib/dart/element/element.dart
+++ b/pkg/analyzer/lib/dart/element/element.dart
@@ -1352,6 +1352,11 @@ abstract class LibraryElement implements Element {
bool get isDartCore;
/**
+ * Return `true` if this library is the dart:async library.
+ */
+ bool get isDartAsync;
+
+ /**
* Return `true` if this library is part of the SDK.
*/
bool get isInSdk;
« no previous file with comments | « no previous file | pkg/analyzer/lib/dart/element/type.dart » ('j') | pkg/analyzer/lib/dart/element/type.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698