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

Unified Diff: frog/lib/num.dart

Issue 9270048: Lots of frog cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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: frog/lib/num.dart
diff --git a/frog/lib/num.dart b/frog/lib/num.dart
index d63e6e34e660d9852278ded49cc33ae381cfe75e..869379bb58b165df4bd35f42b339cd40634a8abb 100644
--- a/frog/lib/num.dart
+++ b/frog/lib/num.dart
@@ -23,6 +23,10 @@ interface num extends Comparable, Hashable {
bool operator >(num other);
bool operator >=(num other);
+ // TODO(jimhug): Cheap trick...
+ bool operator ==(var other);
+
+
// Predicates.
bool isEven();
bool isOdd();
« frog/gen.dart ('K') | « frog/lib/corelib_impl.dart ('k') | frog/lib/string_base.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698