| Index: pkg/compiler/lib/src/inferrer/node_tracer.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/node_tracer.dart b/pkg/compiler/lib/src/inferrer/node_tracer.dart
|
| index dca18a594a1632520edfddf1b29b053fc5214f8c..cc890bf5f7bcff18793ba94dfdcd714caf3f0780 100644
|
| --- a/pkg/compiler/lib/src/inferrer/node_tracer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/node_tracer.dart
|
| @@ -9,10 +9,9 @@ import '../compiler.dart' show Compiler;
|
| import '../elements/elements.dart';
|
| import '../types/types.dart' show ContainerTypeMask, MapTypeMask;
|
| import '../util/util.dart' show Setlet;
|
| -
|
| +import 'debug.dart' as debug;
|
| import 'type_graph_inferrer.dart' show TypeGraphInferrerEngine;
|
| import 'type_graph_nodes.dart';
|
| -import 'debug.dart' as debug;
|
|
|
| // A set of selectors we know do not escape the elements inside the
|
| // list.
|
|
|