Index: pkg/compiler/lib/src/types/container_type_mask.dart |
diff --git a/pkg/compiler/lib/src/types/container_type_mask.dart b/pkg/compiler/lib/src/types/container_type_mask.dart |
index cd5697aaf00c309ea1d155133c29db3405b42586..bbdfe1a221e5e2b0c81174100ab32a37515531f4 100644 |
--- a/pkg/compiler/lib/src/types/container_type_mask.dart |
+++ b/pkg/compiler/lib/src/types/container_type_mask.dart |
@@ -14,7 +14,7 @@ class ContainerTypeMask extends ForwardingTypeMask { |
final Node allocationNode; |
// The [Entity] where this type mask was created. |
- final Entity allocationElement; |
+ final MemberEntity allocationElement; |
// The element type of this container. |
final TypeMask elementType; |