Index: runtime/lib/mirrors_impl.dart |
diff --git a/runtime/lib/mirrors_impl.dart b/runtime/lib/mirrors_impl.dart |
index 683e72424a3ec0211e150a2c551ceb0ded82ec9d..0233d092bce1d4e97dce04b93f4808caa6f86f36 100644 |
--- a/runtime/lib/mirrors_impl.dart |
+++ b/runtime/lib/mirrors_impl.dart |
@@ -94,8 +94,8 @@ class _LocalMirrorSystemImpl implements MirrorSystem { |
} |
abstract class _LocalMirrorImpl implements Mirror { |
- int hashCode() { |
- throw new NotImplementedException('Mirror.hashCode() is not implemented'); |
+ int get hashCode { |
+ throw new NotImplementedException('Mirror.hashCode is not implemented'); |
} |
// Local mirrors always return the same MirrorSystem. This field |