| Index: pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart b/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart
|
| index 1001ce2a300d38ceb3ee8a1100a5889b894bdc59..c3f2a729dd791a5d677e951635813d221e18294b 100644
|
| --- a/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart
|
| @@ -10,7 +10,7 @@ import '../common/names.dart' show Identifiers, Selectors;
|
| import '../compiler.dart' show Compiler;
|
| import '../constants/values.dart' show ConstantValue, IntConstantValue;
|
| import '../core_types.dart' show CommonElements;
|
| -import '../dart_types.dart' show DartType;
|
| +import '../elements/resolution_types.dart' show DartType;
|
| import '../elements/elements.dart';
|
| import '../js_backend/backend_helpers.dart';
|
| import '../js_backend/js_backend.dart' as js;
|
|
|