Index: runtime/lib/bool_patch.dart |
diff --git a/runtime/lib/bool_patch.dart b/runtime/lib/bool_patch.dart |
index 8259f2e1d5b268709693a48275b19f2697c40e77..274b1539757a09ffc899f3af755b8750c27f20d3 100644 |
--- a/runtime/lib/bool_patch.dart |
+++ b/runtime/lib/bool_patch.dart |
@@ -13,4 +13,5 @@ patch class bool { |
int get _identityHashCode { |
return this ? 1231 : 1237; |
} |
+ int get hashCode => _identityHashCode; |
} |