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

Unified Diff: pkg/fixnum/intx.dart

Issue 10993059: Stop using the Hashable interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: pkg/fixnum/intx.dart
diff --git a/pkg/fixnum/intx.dart b/pkg/fixnum/intx.dart
index 9142194a8b76fc66854db2852e51dfdeebe4c3a9..18ad0299552c76c4f7086ca8f05f1edfa7b4eb33 100644
--- a/pkg/fixnum/intx.dart
+++ b/pkg/fixnum/intx.dart
@@ -5,7 +5,7 @@
/**
* A fixed-precision integer.
*/
-abstract class intx implements Comparable, Hashable {
+abstract class intx implements Comparable {
// Arithmetic operations.
intx operator +(other);

Powered by Google App Engine
This is Rietveld 408576698