| Index: pkg/compiler/lib/src/resolution/constructors.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/constructors.dart b/pkg/compiler/lib/src/resolution/constructors.dart
|
| index 6a4ab3bfc9fa70b0afb59aacbe0ce1ed9f0393af..fc243d76f1511195770dbe5c7109bd608f55bf57 100644
|
| --- a/pkg/compiler/lib/src/resolution/constructors.dart
|
| +++ b/pkg/compiler/lib/src/resolution/constructors.dart
|
| @@ -11,7 +11,7 @@ import '../constants/constructors.dart'
|
| GenerativeConstantConstructor,
|
| RedirectingGenerativeConstantConstructor;
|
| import '../constants/expressions.dart';
|
| -import '../dart_types.dart';
|
| +import '../elements/resolution_types.dart';
|
| import '../elements/elements.dart';
|
| import '../elements/modelx.dart'
|
| show
|
|
|