Chromium Code Reviews| Index: sdk/lib/core/null.dart |
| diff --git a/sdk/lib/core/null.dart b/sdk/lib/core/null.dart |
| index dd914a3be90ae0ea66c2eabf9c7a0a5263f011af..f408dc277d173b8aa4e357e51827fa7e841f6f01 100644 |
| --- a/sdk/lib/core/null.dart |
| +++ b/sdk/lib/core/null.dart |
| @@ -16,6 +16,8 @@ class Null { |
| throw new UnsupportedError('class Null cannot be instantiated'); |
| } |
| + external int get hashCode; |
| + |
| /** Returns the string `"null"`. */ |
| String toString() => "null"; |
| } |