| 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 6ad8241fc316f4256944aaa3fda1112a19f2bf65..76949d9049d065082701631a15d985f8931d1701 100644
|
| --- a/pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| +++ b/pkg/front_end/lib/src/fasta/source/outline_builder.dart
|
| @@ -397,7 +397,8 @@ class OutlineBuilder extends UnhandledListener {
|
| }
|
|
|
| @override
|
| - void endFunctionTypedFormalParameter(Token token) {
|
| + void endFunctionTypedFormalParameter(Token covariantKeyword,
|
| + Token thisKeyword, FormalParameterType kind) {
|
| debugEvent("FunctionTypedFormalParameter");
|
| pop(); // Function type parameters.
|
| pop(); // Type variables.
|
|
|