| Index: pkg/compiler/lib/src/resolution/tree_elements.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/tree_elements.dart b/pkg/compiler/lib/src/resolution/tree_elements.dart
|
| index f9c239c3d19cb66eff28ac4cccf2b148142c1915..7aee77320846bec7615bdf8b7753006136349b00 100644
|
| --- a/pkg/compiler/lib/src/resolution/tree_elements.dart
|
| +++ b/pkg/compiler/lib/src/resolution/tree_elements.dart
|
| @@ -6,7 +6,7 @@ library dart2js.resolution.tree_elements;
|
|
|
| import '../common.dart';
|
| import '../constants/expressions.dart';
|
| -import '../dart_types.dart';
|
| +import '../elements/resolution_types.dart';
|
| import '../diagnostics/source_span.dart';
|
| import '../elements/elements.dart';
|
| import '../tree/tree.dart';
|
|
|