| 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 c1c47e17657ca2551e5fde573e125cafe9807892..ca260404d2dc223d4f32721574d3705c3adce224 100644
|
| --- a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| @@ -68,6 +68,7 @@ abstract class TypeGraphInferrer<T> implements TypesInferrer<T> {
|
|
|
| void analyzeMain(FunctionEntity main) {
|
| inferrer = createInferrerEngineFor(main);
|
| + if (_disableTypeInference) return;
|
| inferrer.runOverAllElements();
|
| }
|
|
|
|
|