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 3ab0a44d9d0e440c284fe32deec290665676f386..48fba41cb0e92afcb5ba78341f143e66c2cda972 100644 |
--- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart |
+++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart |
@@ -1510,6 +1510,7 @@ abstract class BaseClassElementX extends ElementX implements ClassElement { |
SourceString nativeTagInfo; |
int supertypeLoadState; |
int resolutionState; |
+ bool get isResolved => resolutionState == STATE_DONE; |
// backendMembers are members that have been added by the backend to simplify |
// compilation. They don't have any user-side counter-part. |