Index: pkg/compiler/lib/src/common/backend_api.dart |
diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart |
index 7af87501643d19b461e288e2620d4a2a93e7c91c..5ad90dd7c0066ab607bc85ae9a7ee0b582f825aa 100644 |
--- a/pkg/compiler/lib/src/common/backend_api.dart |
+++ b/pkg/compiler/lib/src/common/backend_api.dart |
@@ -153,6 +153,12 @@ abstract class Backend { |
Enqueuer enqueuer, |
Registry registry) {} |
+ /// Called to notify to the backend that a class is implemented by an |
+ /// instantiated class. |
+ void registerImplementedClass(ClassElement cls, |
+ Enqueuer enqueuer, |
+ Registry registry) {} |
+ |
/// Called to notify to the backend that an interface type has been |
/// instantiated. |
void registerInstantiatedType(InterfaceType type, Registry registry) {} |