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

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/modelx.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/modelx.dart
diff --git a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
index 215b989fb4d7f245f9ba85e943d1491348b02151..4e4a143da9557f8376e0e9eadf5a343f2c36779f 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
@@ -1744,6 +1744,7 @@ abstract class BaseClassElementX extends ElementX implements ClassElement {
int supertypeLoadState;
int resolutionState;
bool get isResolved => resolutionState == STATE_DONE;
+ bool isProxy = false;
// backendMembers are members that have been added by the backend to simplify
// compilation. They don't have any user-side counter-part.

Powered by Google App Engine
This is Rietveld 408576698