| 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 ed125679f62da83f9674fea6f676755c2725356f..2f1b6579561144aa6426900e44c88cce51d53b75 100644
|
| --- a/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| +++ b/pkg/front_end/lib/src/fasta/parser/listener.dart
|
| @@ -686,7 +686,8 @@ class Listener {
|
|
|
| void beginSwitchBlock(Token token) {}
|
|
|
| - void endSwitchBlock(int caseCount, Token beginToken, Token endToken) {
|
| + void endSwitchBlock(
|
| + int caseCount, Token beginToken, Token endToken, Token switchKeyword) {
|
| logEvent("SwitchBlock");
|
| }
|
|
|
|
|