Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/elements.dart

Issue 614993002: Rename Constant to ConstantValue and ConstExp to ConstantExpression. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698