Index: pkg/compiler/lib/src/resolution/tree_elements.dart |
diff --git a/pkg/compiler/lib/src/resolution/tree_elements.dart b/pkg/compiler/lib/src/resolution/tree_elements.dart |
index 3fed5c391a443d4f9ca6872cb519cae5c4153786..ce8346ef74e7299c10d0c3066edfd891729feeb2 100644 |
--- a/pkg/compiler/lib/src/resolution/tree_elements.dart |
+++ b/pkg/compiler/lib/src/resolution/tree_elements.dart |
@@ -15,10 +15,11 @@ import '../types/types.dart' show |
TypeMask; |
import '../tree/tree.dart'; |
import '../util/util.dart'; |
+import '../universe/call_structure.dart' show |
+ CallStructure; |
+import '../universe/selector.dart' show |
+ Selector; |
import '../universe/universe.dart' show |
- CallStructure, |
- Selector, |
- SelectorKind, |
UniverseSelector; |
import 'secret_tree_element.dart' show getTreeElement, setTreeElement; |