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 cf456b64cb323c3f8ff88cab38319ab344f84c1f..62c02a95a68775bd3774b59465820de5f103d7d5 100644 |
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
@@ -823,6 +823,7 @@ abstract class ClassElement extends TypeDeclarationElement |
int get supertypeLoadState; |
int get resolutionState; |
+ bool get isResolved; |
SourceString get nativeTagInfo; |
bool get isMixinApplication; |