| 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 d55cec2f41eaa5fcdae8158a369cf7808f5a3652..e6a99d7747d6774d725313bb097925aeb8ff2060 100644
|
| --- a/pkg/analyzer/lib/src/generated/resolver.dart
|
| +++ b/pkg/analyzer/lib/src/generated/resolver.dart
|
| @@ -517,6 +517,8 @@ class BestPracticesVerifier extends RecursiveAstVisitor<Object> {
|
| }
|
| AstNode parent = identifier.parent;
|
| if ((parent is ConstructorName && identical(identifier, parent.name)) ||
|
| + (parent is ConstructorDeclaration &&
|
| + identical(identifier, parent.returnType)) ||
|
| (parent is SuperConstructorInvocation &&
|
| identical(identifier, parent.constructorName)) ||
|
| parent is HideCombinator) {
|
|
|