| Index: pkg/compiler/lib/src/elements/elements.dart
|
| diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
|
| index 690d1a31d1d8642c9f5b4e64cd7c21985ee0321f..083b2659ba32fd333f889e4c0bc1607c44c951f8 100644
|
| --- a/pkg/compiler/lib/src/elements/elements.dart
|
| +++ b/pkg/compiler/lib/src/elements/elements.dart
|
| @@ -1523,7 +1523,7 @@ abstract class ClassElement extends TypeDeclarationElement
|
| /// implement `Function`.
|
| bool implementsInterface(ClassElement intrface);
|
|
|
| - bool hasFieldShadowedBy(Element fieldMember);
|
| + bool hasFieldShadowedBy(FieldElement fieldMember);
|
|
|
| /// Returns `true` if this class has a @proxy annotation.
|
| bool get isProxy;
|
|
|