| Index: pkg/compiler/lib/src/inferrer/debug.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/debug.dart b/pkg/compiler/lib/src/inferrer/debug.dart
|
| index 8c294486cc9397480c60cdfd7bdbe3651bdc11ec..2bfe2d2a2d626f39ec313c9e234f25ff3ad78b0e 100644
|
| --- a/pkg/compiler/lib/src/inferrer/debug.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/debug.dart
|
| @@ -8,4 +8,4 @@ library compiler.src.inferrer.debug;
|
| const bool VERBOSE = false;
|
| const bool PRINT_SUMMARY = false;
|
| const bool ANOMALY_WARN = false;
|
| -const bool PRINT_GRAPH = false;
|
| +bool PRINT_GRAPH = false;
|
|
|