| Index: runtime/lib/mirrors_impl.dart
|
| diff --git a/runtime/lib/mirrors_impl.dart b/runtime/lib/mirrors_impl.dart
|
| index 8b099c9bcf6121a398f3b9ad32f3b87f0b4dcd17..0a839fbd68df7229e85528e19b61b53ba26c558e 100644
|
| --- a/runtime/lib/mirrors_impl.dart
|
| +++ b/runtime/lib/mirrors_impl.dart
|
| @@ -293,6 +293,7 @@ class _SyntheticAccessor implements MethodMirror {
|
| bool get isConstConstructor => false;
|
| bool get isGenerativeConstructor => false;
|
| bool get isFactoryConstructor => false;
|
| + bool get isExternal => false;
|
| bool get isRedirectingConstructor => false;
|
| bool get isAbstract => false;
|
|
|
|
|