Chromium Code Reviews| Index: lib/core/hashable.dart |
| diff --git a/lib/core/hashable.dart b/lib/core/hashable.dart |
| index f9f35ff6fbe7fe4363d9c862238acafde51fadc6..aaf345bd666515513acce3b6fe421873959da763 100644 |
| --- a/lib/core/hashable.dart |
| +++ b/lib/core/hashable.dart |
| @@ -13,5 +13,5 @@ |
| */ |
| abstract class Hashable { |
| // TODO(lrn): http://darbug.com/5522 |
| - abstract int hashCode(); |
| + abstract int get hashCode; |
| } |