| Index: pkg/compiler/lib/src/elements/elements.dart
|
| diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
|
| index ded810b7c72dfa5ac386c5740e3dc023735f5472..44bdd0e73fe9a74cb6d344dfb896d692f7e65475 100644
|
| --- a/pkg/compiler/lib/src/elements/elements.dart
|
| +++ b/pkg/compiler/lib/src/elements/elements.dart
|
| @@ -1680,7 +1680,7 @@ abstract class JumpTarget extends Local {
|
|
|
| /// The [Element] for a type variable declaration on a generic class or typedef.
|
| abstract class TypeVariableElement extends Element
|
| - implements AstElement, TypedElement {
|
| + implements AstElement, TypedElement, TypeVariableEntity {
|
| /// The name of this type variable, taking privacy into account.
|
| Name get memberName;
|
|
|
|
|