| Index: pkg/meta/lib/meta.dart
|
| diff --git a/pkg/meta/lib/meta.dart b/pkg/meta/lib/meta.dart
|
| index 7fcde958d6265fa135e23d51c92f213475b7e08c..7e046c91bdde652e9c41af19be71bcaee68e9c69 100644
|
| --- a/pkg/meta/lib/meta.dart
|
| +++ b/pkg/meta/lib/meta.dart
|
| @@ -67,7 +67,9 @@ const _Protected protected = const _Protected();
|
| ///
|
| /// Tools, such as the analyzer, can provide feedback if
|
| /// * the annotation is associated with anything other than a named parameter,
|
| -/// or
|
| +/// * the annotation is associated with a named parameter in a method `m1` that
|
| +/// overrides a method `m0` and `m0` defines a named parameter with the same
|
| +/// name that does not have this annotation, or
|
| /// * an invocation of a method or function does not include an argument
|
| /// corresponding to a named parameter that has this annotation.
|
| const _Required required = const _Required();
|
|
|