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

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

Issue 2617433003: Set ContentCache for created AnalysisContext(s) to control its view of the world. (Closed)
Patch Set: Created 3 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
Index: pkg/analyzer/lib/src/generated/source.dart
diff --git a/pkg/analyzer/lib/src/generated/source.dart b/pkg/analyzer/lib/src/generated/source.dart
index 1696bb926c3ce2a4e63c8796dd585a9f0dd770bf..83a4783942ddade0aeb3bf5aabe0c0e34d77c51f 100644
--- a/pkg/analyzer/lib/src/generated/source.dart
+++ b/pkg/analyzer/lib/src/generated/source.dart
@@ -422,6 +422,9 @@ class NonExistingSource extends Source {
@override
bool exists() => false;
+
+ @override
+ String toString() => 'NonExistingSource($uri, $fullName)';
}
/**

Powered by Google App Engine
This is Rietveld 408576698