| Index: pkg/front_end/lib/src/fasta/source/scope_listener.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/source/scope_listener.dart b/pkg/front_end/lib/src/fasta/source/scope_listener.dart
|
| index 78aed683a57d45e34d08c75bbf2e560039ba6daa..2bf2c5ef9efb311a7d5e34fa3d7cfef78be75448 100644
|
| --- a/pkg/front_end/lib/src/fasta/source/scope_listener.dart
|
| +++ b/pkg/front_end/lib/src/fasta/source/scope_listener.dart
|
| @@ -82,8 +82,8 @@ abstract class ScopeListener<J> extends UnhandledListener {
|
| }
|
|
|
| @override
|
| - void beginFunctionBody(Token begin) {
|
| - debugEvent("beginFunctionBody");
|
| + void beginBlockFunctionBody(Token begin) {
|
| + debugEvent("beginBlockFunctionBody");
|
| enterLocalScope();
|
| }
|
|
|
|
|