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

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: 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..4120f7f626b58fdc47d39cc2b4d5c3a948109cff 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,
+ true,
scheglov 2017/07/12 21:43:46 This probably does not matter much, given that thi
Paul Berry 2017/07/12 22:20:12 Makes sense. Changed to `false`.
uri);
astBuilder.parseGenericMethodComments = analysisOptions.strongMode;

Powered by Google App Engine
This is Rietveld 408576698