| Index: pkg/analyzer/lib/src/fasta/ast_builder.dart
|
| diff --git a/pkg/analyzer/lib/src/fasta/ast_builder.dart b/pkg/analyzer/lib/src/fasta/ast_builder.dart
|
| index 1c08bf99cdb110e59ba461e898def6c12bf50aed..f0eb16796c3adf82d16dc8d310ee92171e657558 100644
|
| --- a/pkg/analyzer/lib/src/fasta/ast_builder.dart
|
| +++ b/pkg/analyzer/lib/src/fasta/ast_builder.dart
|
| @@ -1523,8 +1523,8 @@ class AstBuilder extends ScopeListener {
|
| }
|
|
|
| @override
|
| - void endFunctionDeclaration(Token endToken) {
|
| - debugEvent("FunctionDeclaration");
|
| + void endLocalFunctionDeclaration(Token token) {
|
| + debugEvent("LocalFunctionDeclaration");
|
| FunctionBody body = pop();
|
| pop(); // constructor initializers
|
| pop(); // separator before constructor initializers
|
|
|