Chromium Code Reviews| 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(); |