| Index: pkg/analyzer/lib/src/generated/static_type_analyzer.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/static_type_analyzer.dart b/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
|
| index 4b96f41e8d0d841b4df240ef960c82290204eef4..0bf792324ea3a3a81e69d29899d5c9a436a90359 100644
|
| --- a/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
|
| +++ b/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
|
| @@ -2043,8 +2043,7 @@ class StaticTypeAnalyzer extends SimpleAstVisitor<Object> {
|
| // Or look it up, instead of jumping backwards through the Member?
|
| var rawElement = (originalElement as ConstructorMember).baseElement;
|
|
|
| - FunctionType constructorType =
|
| - constructorToGenericFunctionType(rawElement);
|
| + FunctionType constructorType = constructorToGenericFunctionType(rawElement);
|
|
|
| ArgumentList arguments = node.argumentList;
|
| FunctionType inferred = _inferGenericInvoke(node, constructorType,
|
|
|