| Index: pkg/analyzer/lib/src/generated/resolver.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/resolver.dart b/pkg/analyzer/lib/src/generated/resolver.dart
|
| index 2562e33d1c9925da4141e4fa37e56d674b3c365b..ef63fdb523be9417b5d78b5569c48e026ef4154e 100644
|
| --- a/pkg/analyzer/lib/src/generated/resolver.dart
|
| +++ b/pkg/analyzer/lib/src/generated/resolver.dart
|
| @@ -9848,9 +9848,10 @@ class ResolverVisitor extends ScopedVisitor {
|
| * matched to a parameter. onError can be null to ignore the error.
|
| *
|
| * The flag [reportAsError] should be `true` if a compile-time error should be
|
| - * reported; or `false` if a compile-time warning should be reported
|
| + * reported; or `false` if a compile-time warning should be reported.
|
| *
|
| - * Returns the parameters that correspond to the arguments.
|
| + * Returns the parameters that correspond to the arguments. If no parameter
|
| + * matched an argument, that position will be `null` in the list.
|
| */
|
| static List<ParameterElement> resolveArgumentsToParameters(
|
| ArgumentList argumentList,
|
|
|