Index: runtime/lib/mirrors_impl.dart |
diff --git a/runtime/lib/mirrors_impl.dart b/runtime/lib/mirrors_impl.dart |
index ee139b61199599e0c18a7592bd54c103b2c8ad04..634d2731c1f1ba2098aaa58feb81f82f23dfd35b 100644 |
--- a/runtime/lib/mirrors_impl.dart |
+++ b/runtime/lib/mirrors_impl.dart |
@@ -392,7 +392,7 @@ class _LocalInstanceMirror extends _LocalObjectMirror |
} |
// LocalInstanceMirrors always reflect local instances |
- bool hasReflectee = true; |
+ bool get hasReflectee => true; |
get reflectee => _reflectee; |