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

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

Issue 1503203002: Additional clean-up after moving to the new task model; a breaking change needed to allow a bug to … (Closed) Base URL: https://github.com/dart-lang/sdk.git@analyzer-breaking-0.27
Patch Set: Created 5 years 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 | « pkg/analyzer/lib/src/generated/element.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/engine.dart
diff --git a/pkg/analyzer/lib/src/generated/engine.dart b/pkg/analyzer/lib/src/generated/engine.dart
index aab29dd5186507b7c17bce4fa8eb8b35d55d2300..728daac4c93074310bc7dc0d57e8a7ff5f8d3a54 100644
--- a/pkg/analyzer/lib/src/generated/engine.dart
+++ b/pkg/analyzer/lib/src/generated/engine.dart
@@ -1842,10 +1842,8 @@ abstract class InternalAnalysisContext implements AnalysisContext {
/**
* A table mapping the sources known to the context to the information known
* about the source.
- *
- * TODO(scheglov) add the type, once we have only one cache.
*/
- dynamic get analysisCache;
+ AnalysisCache get analysisCache;
/**
* Allow the client to supply its own content cache. This will take the
@@ -1879,7 +1877,7 @@ abstract class InternalAnalysisContext implements AnalysisContext {
*
* TODO(scheglov) add the type, once we have only one cache.
scheglov 2015/12/07 19:59:11 Remove TODO.
Brian Wilkerson 2015/12/07 20:02:26 Done
*/
- dynamic get privateAnalysisCachePartition;
+ CachePartition get privateAnalysisCachePartition;
/**
* Sets the [TypeProvider] for this context.
« no previous file with comments | « pkg/analyzer/lib/src/generated/element.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698