Chromium Code Reviews

Unified Diff: pkg/compiler/lib/src/types/masks.dart

Issue 2420073002: Decouple TypeMask from ClassElement (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: pkg/compiler/lib/src/types/masks.dart
diff --git a/pkg/compiler/lib/src/types/masks.dart b/pkg/compiler/lib/src/types/masks.dart
index fe24d535ae60d2d3bb89806d9038ac39bbf57ad7..b9d9e8e829c254024b6a0047cd02cd3801ca0d79 100644
--- a/pkg/compiler/lib/src/types/masks.dart
+++ b/pkg/compiler/lib/src/types/masks.dart
@@ -18,7 +18,7 @@ import '../universe/world_builder.dart'
UniverseSelectorConstraints,
SelectorConstraintsStrategy;
import '../util/util.dart';
-import '../world.dart' show ClosedWorld;
+import '../world.dart' show ClassMask, ClosedWorld;
import 'abstract_value_domain.dart' show AbstractValue;
part 'container_type_mask.dart';

Powered by Google App Engine