| Index: pkg/compiler/lib/src/typechecker.dart
|
| diff --git a/pkg/compiler/lib/src/typechecker.dart b/pkg/compiler/lib/src/typechecker.dart
|
| index 94a88bb4367d7a421911e66918a67260de739762..29c84f0948c9e75e5c8de11c57b6434278f7e0f5 100644
|
| --- a/pkg/compiler/lib/src/typechecker.dart
|
| +++ b/pkg/compiler/lib/src/typechecker.dart
|
| @@ -12,7 +12,7 @@ import 'compiler.dart' show Compiler;
|
| import 'constants/expressions.dart';
|
| import 'constants/values.dart';
|
| import 'core_types.dart';
|
| -import 'dart_types.dart';
|
| +import 'elements/resolution_types.dart';
|
| import 'elements/elements.dart'
|
| show
|
| AbstractFieldElement,
|
|
|