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

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

Issue 2732363002: Add support for documentation comments to most of AstBuilder. (Closed)
Patch Set: Created 3 years, 9 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/front_end/lib/src/fasta/source/stack_listener.dart
diff --git a/pkg/front_end/lib/src/fasta/source/stack_listener.dart b/pkg/front_end/lib/src/fasta/source/stack_listener.dart
index 3f48e82f9fde5d82d94fe72687c595903bced59a..fddbdc25ad9913face974d4dc8acab6df2b42424 100644
--- a/pkg/front_end/lib/src/fasta/source/stack_listener.dart
+++ b/pkg/front_end/lib/src/fasta/source/stack_listener.dart
@@ -24,6 +24,7 @@ enum NullValue {
BreakTarget,
CascadeReceiver,
Combinators,
+ Comments,
ConditionalUris,
ConstructorReferenceContinuationAfterTypeArguments,
ContinueTarget,

Powered by Google App Engine
This is Rietveld 408576698