Index: sdk/lib/_internal/compiler/implementation/elements/elements.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
index f06f740fc35c969fc6713a8803f4feb2f85bc097..28a140046b92ca7962b0e0ac5bbfebd06dbd0dc0 100644 |
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
@@ -887,6 +887,9 @@ abstract class ClassElement extends TypeDeclarationElement |
bool implementsInterface(ClassElement intrface); |
bool hasFieldShadowedBy(Element fieldMember); |
+ /// Returns `true` if this class has a @proxy annotation. |
+ bool get isProxy; |
+ |
ClassElement ensureResolved(Compiler compiler); |
void addMember(Element element, DiagnosticListener listener); |