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

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

Issue 17588005: Warn about overriding operator== but not hashCode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update comments (according to my dictionary whitelist is a word). Created 7 years, 6 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: dart/sdk/lib/_internal/compiler/compiler.dart
diff --git a/dart/sdk/lib/_internal/compiler/compiler.dart b/dart/sdk/lib/_internal/compiler/compiler.dart
index e0be2393bc5f6291533d9166f4c0c8f3841cae7e..8e5f77f77844433e3f2eddaadd0ddba2db095250 100644
--- a/dart/sdk/lib/_internal/compiler/compiler.dart
+++ b/dart/sdk/lib/_internal/compiler/compiler.dart
@@ -137,7 +137,7 @@ class Diagnostic {
/**
* Any other warning that is not covered by [WARNING].
*/
- static const Diagnostic LINT = const Diagnostic(4, 'lint');
+ static const Diagnostic HINT = const Diagnostic(4, 'hint');
/**
* Informational messages.

Powered by Google App Engine
This is Rietveld 408576698