| 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 821ad430b963d55830dc69f5ddfd43612c478f6e..3c166adcfdda0a804d9668075c397bfaf6b1bda6 100644
|
| --- a/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
|
| +++ b/pkg/analyzer/lib/src/generated/static_type_analyzer.dart
|
| @@ -189,7 +189,7 @@ class StaticTypeAnalyzer extends SimpleAstVisitor<Object> {
|
| 'element', listTypeParam, ParameterKind.POSITIONAL);
|
| parameters = new List.filled(elementTypes.length, syntheticParamElement);
|
| }
|
| - DartType inferred = ts.inferGenericFunctionOrType/*<InterfaceType>*/(
|
| + DartType inferred = ts.inferGenericFunctionOrType<InterfaceType>(
|
| _typeProvider.listType, parameters, elementTypes, contextType,
|
| downwards: downwards,
|
| errorReporter: _resolver.errorReporter,
|
|
|