Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/elements.dart

Issue 98533005: Handle @proxy classes in type checker. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698