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

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

Issue 1497673002: Fix JS inline regression (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Rebase Created 5 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 60192d24b231dff5f91220f95db5183c1af8ab87..a746a1e1767ffe4ef256ec778bdb642f5d836ce3 100644
--- a/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
+++ b/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
@@ -1850,11 +1850,10 @@ class StaticTypeAnalyzer extends SimpleAstVisitor<Object> {
correspondingParams.add(inferredParameters[i]);
}
node.argumentList.correspondingStaticParameters = correspondingParams;
-
_recordStaticType(node.methodName, inferred);
_recordStaticType(node, inferred.returnType);
+ return true;
}
- return true;
}
return false;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698