| 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..1294bf156558ba80a34dffb023460251c8872e34 100644
|
| --- a/pkg/compiler/lib/src/parser/listener.dart
|
| +++ b/pkg/compiler/lib/src/parser/listener.dart
|
| @@ -301,7 +301,7 @@ class Listener {
|
|
|
| void beginTypeVariable(Token token) {}
|
|
|
| - void endTypeVariable(Token token) {}
|
| + void endTypeVariable(Token token, Token extendsOrSuper) {}
|
|
|
| void beginTypeVariables(Token token) {}
|
|
|
|
|