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

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

Issue 2914373002: Restore invariant that stack is empty in parseFunctionBody. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/fasta/analyzer_diet_listener.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 93ac117499661dc09c6ef711b5b69d8b3a9dbe08..0048bbd785e021625b90d98b3223053b1ba999f1 100644
--- a/pkg/analyzer/lib/src/dart/analysis/file_state.dart
+++ b/pkg/analyzer/lib/src/dart/analysis/file_state.dart
@@ -395,6 +395,7 @@ class FileState {
null,
new _FastaElementStoreProxy(),
new fasta.Scope.top(isModifiable: true),
+ true,
uri);
astBuilder.parseGenericMethodComments = analysisOptions.strongMode;
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/fasta/analyzer_diet_listener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698