| Index: pkg/compiler/lib/src/resolution/type_resolver.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/type_resolver.dart b/pkg/compiler/lib/src/resolution/type_resolver.dart
|
| index 3acc024e5fe5b0445a112cae6d98c6e5d5bb4c13..28d47e73f13e6b0a779b66793576be5f824ef2b4 100644
|
| --- a/pkg/compiler/lib/src/resolution/type_resolver.dart
|
| +++ b/pkg/compiler/lib/src/resolution/type_resolver.dart
|
| @@ -6,7 +6,7 @@ library dart2js.resolution.types;
|
|
|
| import '../common.dart';
|
| import '../common/resolution.dart' show Resolution;
|
| -import '../dart_types.dart';
|
| +import '../elements/resolution_types.dart';
|
| import '../elements/elements.dart'
|
| show
|
| AmbiguousElement,
|
|
|