| 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]
|
|
|