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

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

Issue 1329743005: Abstract over the type system. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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/generated/static_type_analyzer.dart
diff --git a/pkg/analyzer/lib/src/generated/static_type_analyzer.dart b/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
index bffeaadc6ec92b39364d1d1b2ca2a507b2efb889..4e8e6036343a5dfd8998babba88cc9bbd34de498 100644
--- a/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
+++ b/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
@@ -309,6 +309,7 @@ class StaticTypeAnalyzer extends SimpleAstVisitor<Object> {
if (_resolver.definingLibrary.context.analysisOptions.strongMode) {
_inferForEachLoopVariableType(node);
}
+ return null;
}
/**

Powered by Google App Engine
This is Rietveld 408576698