| Index: reflectable/lib/src/mirrors_unimpl.dart
|
| diff --git a/reflectable/lib/src/mirrors_unimpl.dart b/reflectable/lib/src/mirrors_unimpl.dart
|
| index c82dcff549b2b01c1487a9c68768309dc7a154e6..574a1d5d818443cab1b0ef027e825b151cf6c489 100644
|
| --- a/reflectable/lib/src/mirrors_unimpl.dart
|
| +++ b/reflectable/lib/src/mirrors_unimpl.dart
|
| @@ -180,9 +180,8 @@ class MethodMirrorImpl implements MethodMirror {
|
| @override
|
| String get constructorName => name;
|
|
|
| - // We do not support reflection on abstract methods.
|
| @override
|
| - bool get isAbstract => 0 != descriptor & constants.abstractAttribute;
|
| + bool get isAbstract => 0 != descriptor & constants.abstractAttribute;
|
|
|
| @override
|
| bool get isConstConstructor => 0 != descriptor & constants.constAttribute;
|
|
|