Index: pkg/compiler/lib/src/resolution/resolution.dart |
diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart |
index 2073cac7ec219c8ddb6e26f5e25aaf33475b684a..5cb7b3b634198e278375c2c94fa11f11f5076203 100644 |
--- a/pkg/compiler/lib/src/resolution/resolution.dart |
+++ b/pkg/compiler/lib/src/resolution/resolution.dart |
@@ -47,7 +47,7 @@ import '../elements/modelx.dart' show |
import '../ordered_typeset.dart' show OrderedTypeSet, OrderedTypeSetBuilder; |
import '../util/util.dart'; |
-import '../universe/universe.dart' show CallStructure; |
+import '../universe/universe.dart' show CallStructure, SelectorKind; |
import 'access_semantics.dart'; |
import 'class_members.dart' show MembersCreator; |