| Index: pkg/compiler/lib/src/parser/listener.dart
|
| diff --git a/pkg/compiler/lib/src/parser/listener.dart b/pkg/compiler/lib/src/parser/listener.dart
|
| index e1e4c3c557d223e72d0013b9a4019e7350661c1f..0c56c7205b5db6dabf6fe454b4cbf1d9d9e7a14b 100644
|
| --- a/pkg/compiler/lib/src/parser/listener.dart
|
| +++ b/pkg/compiler/lib/src/parser/listener.dart
|
| @@ -301,6 +301,10 @@ class Listener {
|
|
|
| void beginTypeVariable(Token token) {}
|
|
|
| + void handleExtendsOrSuper(Token token) {}
|
| +
|
| + void handleNoExtendsNorSuper(Token token) {}
|
| +
|
| void endTypeVariable(Token token) {}
|
|
|
| void beginTypeVariables(Token token) {}
|
|
|