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

Unified Diff: pkg/analyzer/lib/src/generated/error.dart

Issue 1124733008: Remove const instance creation expressions from the dependency graph. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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: pkg/analyzer/lib/src/generated/error.dart
diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
index 9a83ed4f0ded1d88561f7a6573a9ca6ee30969ec..005f8c6c4ab85f4b373bf9edbe2b3f918ca701a4 100644
--- a/pkg/analyzer/lib/src/generated/error.dart
+++ b/pkg/analyzer/lib/src/generated/error.dart
@@ -1924,7 +1924,8 @@ class CompileTimeErrorCode extends ErrorCode {
* constant expression depends on itself.
*/
static const CompileTimeErrorCode RECURSIVE_COMPILE_TIME_CONSTANT =
- const CompileTimeErrorCode('RECURSIVE_COMPILE_TIME_CONSTANT', "");
+ const CompileTimeErrorCode('RECURSIVE_COMPILE_TIME_CONSTANT',
+ "Compile-time constant expression depends on itself");
/**
* 7.6.1 Generative Constructors: A generative constructor may be redirecting,

Powered by Google App Engine
This is Rietveld 408576698