| Index: pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| index 8c5565c9c772d78d020f699b9e4b0ecd343d6464..50f0058565aff5dbf5710b0be9fc89759ffa8980 100644
|
| --- a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| @@ -22,7 +22,7 @@ import '../diagnostics/spannable.dart'
|
| show Spannable;
|
| import '../elements/elements.dart';
|
| import '../native/native.dart' as native;
|
| -import '../resolution/resolution.dart'
|
| +import '../resolution/tree_elements.dart'
|
| show TreeElementMapping;
|
| import '../tree/tree.dart' as ast
|
| show DartString,
|
|
|