| Index: pkg/analyzer/lib/dart/ast/ast_factory.dart
|
| diff --git a/pkg/analyzer/lib/dart/ast/ast_factory.dart b/pkg/analyzer/lib/dart/ast/ast_factory.dart
|
| index 40a583076246cfa65513429339c5073d619eec8c..ab890ce2c70fd7b5c036bccaac710484174f3941 100644
|
| --- a/pkg/analyzer/lib/dart/ast/ast_factory.dart
|
| +++ b/pkg/analyzer/lib/dart/ast/ast_factory.dart
|
| @@ -626,7 +626,7 @@ abstract class AstFactory {
|
| TypeAnnotation returnType,
|
| Token functionKeyword,
|
| TypeParameterList typeParameters,
|
| - FormalParameterList _parameters);
|
| + FormalParameterList parameters);
|
|
|
| /**
|
| * Returns a newly created generic type alias. Either or both of the
|
|
|