| 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 fe861a38d3ac18144e236c9244ce5895a39ec462..1ac2b7f3dc52e791634f59ab7670d7c8fcf7a2e4 100644
|
| --- a/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| +++ b/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| @@ -66,7 +66,7 @@ class Listener {
|
| void beginCaseExpression(Token caseKeyword) {}
|
|
|
| void endCaseExpression(Token colon) {
|
| - // logEvent("CaseExpression");
|
| + logEvent("CaseExpression");
|
| }
|
|
|
| void beginClassBody(Token token) {}
|
|
|