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

Unified Diff: lib/compiler/implementation/constants.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: lib/compiler/implementation/constants.dart
diff --git a/lib/compiler/implementation/constants.dart b/lib/compiler/implementation/constants.dart
index d9f2d48ed8b90625cb98e388747931698a3ed1f5..866f543e41b615f32b41eef0a2a8b7893b2b9261 100644
--- a/lib/compiler/implementation/constants.dart
+++ b/lib/compiler/implementation/constants.dart
@@ -16,7 +16,7 @@ abstract class ConstantVisitor<R> {
R visitConstructed(ConstructedConstant constant);
}
-class Constant implements Hashable {
+class Constant {
Lasse Reichstein Nielsen 2012/09/27 12:42:36 Whoops, double space. Will fix.
Mads Ager (google) 2012/09/27 12:48:27 Remove extra space before '{'.
const Constant();
bool isNull() => false;

Powered by Google App Engine
This is Rietveld 408576698