| Index: pkg/front_end/lib/src/fasta/parser/listener.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/parser/listener.dart b/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| index 0a165298db0f0a7e65a463bbc34ab11f90740367..48eae4237badf88de4571653ccddff86d8253ee6 100644
|
| --- a/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| +++ b/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| @@ -742,8 +742,8 @@ class Listener {
|
| /// Handle the end of a generic function type declaration.
|
| ///
|
| /// Substructures:
|
| - /// - Return type
|
| /// - Type variables
|
| + /// - Return type
|
| /// - Formal parameters
|
| void endFunctionType(Token functionToken, Token endToken) {
|
| logEvent("FunctionType");
|
|
|