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

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

Issue 2054443002: Add analysis option that will be used to fix #26583 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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/dart.dart
diff --git a/pkg/analyzer/lib/src/task/dart.dart b/pkg/analyzer/lib/src/task/dart.dart
index ea97f7984a29ead1944bee6662bf382c3b6356af..b6e5372fa063c9dbaa8c3b9b18d5255cd8b46532 100644
--- a/pkg/analyzer/lib/src/task/dart.dart
+++ b/pkg/analyzer/lib/src/task/dart.dart
@@ -5646,7 +5646,7 @@ class StrongModeVerifyUnitTask extends SourceBasedAnalysisTask {
if (options.strongMode) {
unit.accept(new CodeChecker(
typeProvider, new StrongTypeSystemImpl(), errorListener,
- hints: options.strongModeHints));
+ options));
}
//
// Record outputs.

Powered by Google App Engine
This is Rietveld 408576698