Chromium Code Reviews| Index: sdk/lib/core/bool.dart |
| diff --git a/sdk/lib/core/bool.dart b/sdk/lib/core/bool.dart |
| index d1f31d760f68caad1467b29d32cf0541f543298f..c451b3952dbadf4a0f3ab32537ffe77c75eb3517 100644 |
| --- a/sdk/lib/core/bool.dart |
| +++ b/sdk/lib/core/bool.dart |
| @@ -48,4 +48,6 @@ class bool { |
| String toString() { |
| return this ? "true" : "false"; |
| } |
| + |
| + external int get hashCode; |
| } |