| Index: pkg/compiler/lib/src/types/types.dart
|
| diff --git a/pkg/compiler/lib/src/types/types.dart b/pkg/compiler/lib/src/types/types.dart
|
| index 4b6a0f45c2515622bd60a353de0eb52d4789fa99..a06404b12d2db3c3c5229b693da3f3346aa49c61 100644
|
| --- a/pkg/compiler/lib/src/types/types.dart
|
| +++ b/pkg/compiler/lib/src/types/types.dart
|
| @@ -4,7 +4,16 @@
|
|
|
| library types;
|
|
|
| -import '../dart2jslib.dart' hide Selector, TypedSelector;
|
| +import '../common/backend_api.dart' show
|
| + Backend;
|
| +import '../common/tasks.dart' show
|
| + CompilerTask;
|
| +import '../compiler.dart' show
|
| + Compiler;
|
| +import '../diagnostics/invariant.dart' show
|
| + invariant;
|
| +import '../diagnostics/spannable.dart' show
|
| + NO_LOCATION_SPANNABLE;
|
| import '../elements/elements.dart';
|
| import '../inferrer/concrete_types_inferrer.dart' show ConcreteTypesInferrer;
|
| import '../inferrer/type_graph_inferrer.dart' show TypeGraphInferrer;
|
|
|