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

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

Issue 1847633002: Fix more strong mode errors in analyzer (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix copied comment Created 4 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
Index: pkg/analyzer/lib/src/task/driver.dart
diff --git a/pkg/analyzer/lib/src/task/driver.dart b/pkg/analyzer/lib/src/task/driver.dart
index 7ff82876dc0d18e624e8b762319a0eb0461fed0f..c41c41ac8af34446928e59859540eef2a6e5519a 100644
--- a/pkg/analyzer/lib/src/task/driver.dart
+++ b/pkg/analyzer/lib/src/task/driver.dart
@@ -597,7 +597,7 @@ class WorkItem {
* or `null` if all of the inputs have been collected and the task can be
* created.
*/
- TaskInputBuilder builder;
+ TopLevelTaskInputBuilder builder;
/**
* The [TargetedResult]s outputs of this task depends on.

Powered by Google App Engine
This is Rietveld 408576698