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

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

Issue 997383002: Add MapBasedTaskInput. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updates for review comments. Created 5 years, 9 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/src/task/inputs.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/task/dart.dart
diff --git a/pkg/analyzer/lib/src/task/dart.dart b/pkg/analyzer/lib/src/task/dart.dart
index 6ebc427d07b787454abedde4052c89d4c79f0cf7..134f20c0f079251b2b242aef1a69e4a82073370b 100644
--- a/pkg/analyzer/lib/src/task/dart.dart
+++ b/pkg/analyzer/lib/src/task/dart.dart
@@ -322,7 +322,7 @@ class BuildLibraryElementTask extends SourceBasedAnalysisTask {
return <String, TaskInput>{
DEFINING_BUILT_UNIT_INPUT_NAME: new SimpleTaskInput(target, BUILT_UNIT),
PART_BUILT_UNITS_INPUT_NAME:
- new ListBasedTaskInput<List<Source>, CompilationUnit>(
+ new ListBasedTaskInput<Source, CompilationUnit>(
new SimpleTaskInput<List<Source>>(target, INCLUDED_PARTS),
(Source includedSource) => new SimpleTaskInput<CompilationUnit>(
includedSource, BUILT_UNIT))
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/task/inputs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698