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

Unified Diff: pkg/analyzer/lib/src/dart/analysis/file_state.dart

Issue 2981693002: Start copying resolution/inference data from front end to analyzer ASTs. (Closed)
Patch Set: Address code review comments. Created 3 years, 5 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/dart/analysis/file_state.dart
diff --git a/pkg/analyzer/lib/src/dart/analysis/file_state.dart b/pkg/analyzer/lib/src/dart/analysis/file_state.dart
index 42139e1c02ac3bed856a486f27cedb74d3388d65..bb60098ea492ecabb7aaa72168f9df05c9aa4a51 100644
--- a/pkg/analyzer/lib/src/dart/analysis/file_state.dart
+++ b/pkg/analyzer/lib/src/dart/analysis/file_state.dart
@@ -588,6 +588,7 @@ class FileState {
new _FastaElementStoreProxy(),
new fasta.Scope.top(isModifiable: true),
true,
+ false,
uri);
astBuilder.parseGenericMethodComments = analysisOptions.strongMode;

Powered by Google App Engine
This is Rietveld 408576698