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..b22f8126d579a6805120df52b59e45d7f3f68ee7 100644 |
| --- a/sdk/lib/core/bool.dart |
| +++ b/sdk/lib/core/bool.dart |
| @@ -41,6 +41,8 @@ class bool { |
| external const factory bool.fromEnvironment(String name, |
| {bool defaultValue: false}); |
| + external int get hashCode; |
| + |
| /** |
| * Returns [:"true":] if the receiver is [:true:], or [:"false":] if the |
| * receiver is [:false:]. |