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

Unified Diff: pkg/front_end/tool/fasta_perf.dart

Issue 2935993002: Implement metadata on methods and fields. (Closed)
Patch Set: Created 3 years, 6 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/front_end/testcases/rasta/issue_000033.dart.direct.expect ('k') | runtime/tests/vm/vm.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/tool/fasta_perf.dart
diff --git a/pkg/front_end/tool/fasta_perf.dart b/pkg/front_end/tool/fasta_perf.dart
index b728bd6adb1fc0105d44c7412a8acf30ab17a772..4b666f317d091f22fd28d97afa5df6e2b5ee28cd 100644
--- a/pkg/front_end/tool/fasta_perf.dart
+++ b/pkg/front_end/tool/fasta_perf.dart
@@ -203,7 +203,7 @@ class _PartialAstBuilder extends AstBuilder {
// Note: this method converts the body to kernel, so we skip that here.
@override
- finishFunction(formals, asyncModifier, body) {}
+ finishFunction(annotations, formals, asyncModifier, body) {}
}
// Invoke the fasta kernel generator for the program starting in [entryUri]
« no previous file with comments | « pkg/front_end/testcases/rasta/issue_000033.dart.direct.expect ('k') | runtime/tests/vm/vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698