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

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

Issue 2716433002: Add support for FieldFormalParameter. (Closed)
Patch Set: Created 3 years, 10 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/outline_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/source/outline_builder.dart b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
index a5d08dd00323c0a8d710fdd8d2507f562f32b250..1842c6eb18cf65d38a93043053ade6d63b5ed6fb 100644
--- a/pkg/front_end/lib/src/fasta/source/outline_builder.dart
+++ b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
@@ -372,7 +372,7 @@ class OutlineBuilder extends UnhandledListener {
}
@override
- void endFormalParameter(Token thisKeyword) {
+ void endFormalParameter(Token thisKeyword, Token period) {
debugEvent("FormalParameter");
String name = pop();
TypeBuilder type = pop();

Powered by Google App Engine
This is Rietveld 408576698