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

Unified Diff: lib/core/num.dart

Issue 10993059: Stop using the Hashable interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Another space removed. Created 8 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
« no previous file with comments | « lib/core/map.dart ('k') | lib/core/set.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/num.dart
diff --git a/lib/core/num.dart b/lib/core/num.dart
index 979adedd9acd0ddaaaf7f13a291832456d890f03..6bcee5971d90170fd0da67d686e076b709e385a3 100644
--- a/lib/core/num.dart
+++ b/lib/core/num.dart
@@ -7,7 +7,7 @@
/**
* All numbers in dart are instances of [num].
*/
-abstract class num implements Comparable, Hashable {
+abstract class num implements Comparable {
/** Addition operator. */
num operator +(num other);
« no previous file with comments | « lib/core/map.dart ('k') | lib/core/set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698