Index: sdk/lib/core/object.dart |
diff --git a/sdk/lib/core/object.dart b/sdk/lib/core/object.dart |
index 416ae770dc3228a019c86c3e736cdf93edc07c84..34a008461ed21f2a531d737db03ac664e9469607 100644 |
--- a/sdk/lib/core/object.dart |
+++ b/sdk/lib/core/object.dart |
@@ -56,7 +56,7 @@ class Object { |
* If a subclass overrides the equality operator it should override |
* the [hashCode] method as well to maintain consistency. |
*/ |
- external bool operator==(other); |
+ external bool operator ==(other); |
/** |
* The hash code for this object. |