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

Unified Diff: pkg/analyzer/lib/src/context/context.dart

Issue 2302993003: Fix recently introduced strong mode errors (Closed)
Patch Set: Created 4 years, 3 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/context/context.dart
diff --git a/pkg/analyzer/lib/src/context/context.dart b/pkg/analyzer/lib/src/context/context.dart
index 1320b173104f572e0e8dad9e08ece3dd8a9ab6b0..29308aeb46952afd8a058f53eff2263efe8d5af5 100644
--- a/pkg/analyzer/lib/src/context/context.dart
+++ b/pkg/analyzer/lib/src/context/context.dart
@@ -1584,7 +1584,7 @@ class AnalysisContextImpl implements InternalAnalysisContext {
Source librarySource, Source unitSource) {
LibrarySpecificUnit target =
new LibrarySpecificUnit(librarySource, unitSource);
- for (ResultDescriptor result in [
+ for (ResultDescriptor<CompilationUnit> result in [
RESOLVED_UNIT,
RESOLVED_UNIT12,
RESOLVED_UNIT11,
« no previous file with comments | « pkg/analysis_server/lib/src/services/refactoring/extract_method.dart ('k') | pkg/analyzer/lib/src/summary/summarize_ast.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698