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

Unified Diff: lib/core/hashable.dart

Issue 11191078: Make hashCode a getter and not a method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file with co19 issue number. Created 8 years, 2 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: lib/core/hashable.dart
diff --git a/lib/core/hashable.dart b/lib/core/hashable.dart
index f9f35ff6fbe7fe4363d9c862238acafde51fadc6..aaf345bd666515513acce3b6fe421873959da763 100644
--- a/lib/core/hashable.dart
+++ b/lib/core/hashable.dart
@@ -13,5 +13,5 @@
*/
abstract class Hashable {
// TODO(lrn): http://darbug.com/5522
- abstract int hashCode();
+ abstract int get hashCode;
}
« no previous file with comments | « lib/core/duration.dart ('k') | lib/core/object.dart » ('j') | tests/co19/co19-dart2js.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698