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

Unified Diff: pkg/fasta/lib/src/source/stack_listener.dart

Issue 2652663005: Handle field initializers correctly. (Closed)
Patch Set: Created 3 years, 11 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 | « pkg/fasta/lib/src/source/outline_builder.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fasta/lib/src/source/stack_listener.dart
diff --git a/pkg/fasta/lib/src/source/stack_listener.dart b/pkg/fasta/lib/src/source/stack_listener.dart
index 54ac0f2a01e79748dfccdba75bf85f7355cb4811..d390a0363e4e11b4adf30e5b406700b3be52aa76 100644
--- a/pkg/fasta/lib/src/source/stack_listener.dart
+++ b/pkg/fasta/lib/src/source/stack_listener.dart
@@ -33,6 +33,7 @@ enum NullValue {
Combinators,
ContinueTarget,
Expression,
+ FieldInitializer,
FormalParameters,
FunctionBody,
IdentifierList,
« no previous file with comments | « pkg/fasta/lib/src/source/outline_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698