| Index: pkg/compiler/lib/src/inferrer/type_graph_dump.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/type_graph_dump.dart b/pkg/compiler/lib/src/inferrer/type_graph_dump.dart
|
| index 3e68725b7328ecc279628aa29a6b64df05890cce..8024e52a795ace3790469621249e224f0c1c0812 100644
|
| --- a/pkg/compiler/lib/src/inferrer/type_graph_dump.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/type_graph_dump.dart
|
| @@ -4,10 +4,11 @@
|
| library dart2js.inferrer.type_graph_dump;
|
|
|
| import 'dart:async';
|
| -import 'type_graph_nodes.dart';
|
| -import 'type_graph_inferrer.dart';
|
| +
|
| import '../elements/elements.dart';
|
| import '../types/types.dart';
|
| +import 'type_graph_inferrer.dart';
|
| +import 'type_graph_nodes.dart';
|
|
|
| /// Dumps the type inference graph in Graphviz Dot format into the `typegraph`
|
| /// subfolder of the current working directory. Each function body is dumped in
|
|
|