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 d226ec81cd2b2e070bec5e30945e95340d6d156f..5d628da9056d32f2f5b4839132b02e070f50c5c5 100644 |
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
@@ -1430,7 +1430,7 @@ abstract class TypeVariableElement extends Element |
abstract class MetadataAnnotation implements Spannable { |
/// The front-end constant of this metadata annotation. |
- ConstExp get constant; |
+ ConstantExpression get constant; |
Element get annotatedElement; |
int get resolutionState; |
Token get beginToken; |