| 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 da5569a404b2663d1668992a5d7795ccc9f3a859..fd26e7c09bf14c67c2e337357cdfabe56370ce6a 100644
|
| --- a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| @@ -63,7 +63,7 @@ class TypeGraphInferrer implements TypesInferrer {
|
|
|
| TypeMask get _dynamicType => commonMasks.dynamicType;
|
|
|
| - void analyzeMain(Element main) {
|
| + void analyzeMain(FunctionEntity main) {
|
| inferrer =
|
| new InferrerEngine(compiler, closedWorld, closedWorldRefiner, main);
|
| inferrer.runOverAllElements();
|
|
|