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

Unified Diff: pkg/fixnum/intx.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: pkg/fixnum/intx.dart
diff --git a/pkg/fixnum/intx.dart b/pkg/fixnum/intx.dart
index 18ad0299552c76c4f7086ca8f05f1edfa7b4eb33..1fe14931d66e7a0316f9fd81d83d4072589082d0 100644
--- a/pkg/fixnum/intx.dart
+++ b/pkg/fixnum/intx.dart
@@ -46,7 +46,7 @@ abstract class intx implements Comparable {
bool isOdd();
bool isZero();
- int hashCode();
+ int get hashCode;
intx abs();

Powered by Google App Engine
This is Rietveld 408576698