| Index: pkg/analyzer/lib/src/generated/type_system.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/type_system.dart b/pkg/analyzer/lib/src/generated/type_system.dart
|
| index 33548259cadef81471ddcbf4f6a027c53e4db0d8..d6b3215699683f6f0a593ded075f5f57cbb623aa 100644
|
| --- a/pkg/analyzer/lib/src/generated/type_system.dart
|
| +++ b/pkg/analyzer/lib/src/generated/type_system.dart
|
| @@ -244,9 +244,7 @@ class StrongTypeSystemImpl extends TypeSystem {
|
| inferrer.constrainReturnType(inferFnType, contextType);
|
|
|
| // Infer and instantiate the resulting type.
|
| - return inferrer.infer(fnType, fnType.typeFormals,
|
| - downwardsInferPhase: true,
|
| - errorReporter: errorReporter, errorNode: errorNode);
|
| + return inferrer.infer(fnType, fnType.typeFormals);
|
| }
|
|
|
| /// Infers a generic type, function, method, or list/map literal
|
|
|