Index: dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
diff --git a/dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
index 21d59200e09c98df1c5ca4f676b39aed4dc553db..235a943ba058c3443042abb3d489e89d4f1984c1 100644 |
--- a/dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
+++ b/dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
@@ -882,6 +882,8 @@ abstract class ClassElement extends TypeDeclarationElement |
void forEachStaticField(void f(ClassElement enclosingClass, Element field)); |
void forEachBackendMember(void f(Element member)); |
+ |
+ Link<DartType> computeTypeParameters(Compiler compiler); |
} |
abstract class MixinApplicationElement extends ClassElement { |