Index: pkg/compiler/lib/src/elements/elements.dart |
diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart |
index 5223189a9274519b9cedf53e26030be701b9f5bc..dc708d0d6076dd1899c236011970172a360baaae 100644 |
--- a/pkg/compiler/lib/src/elements/elements.dart |
+++ b/pkg/compiler/lib/src/elements/elements.dart |
@@ -1005,6 +1005,8 @@ abstract class VariableElement extends ExecutableElement { |
Expression get initializer; |
+ bool get hasConstant; |
+ |
/// The constant expression defining the (initial) value of the variable. |
/// |
/// If the variable is `const` the value is always non-null, possibly an |