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 8af9dfcb7b88cab4f9705e777b86b80d093268c4..1e94e0aab3a932c08bfaf03a30472eb88c647947 100644 |
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
@@ -599,6 +599,7 @@ class Elements { |
abstract class ErroneousElement extends Element implements FunctionElement { |
MessageKind get messageKind; |
Map get messageArguments; |
+ String get message; |
} |
/// An [Element] whose usage should cause a warning. |