Index: sdk/lib/mirrors/mirrors.dart |
diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirrors.dart |
index f96525ae2393a8cd54b8a596294318fa630edebf..1c4c799b6037b1d9070c495be354445323df769e 100644 |
--- a/sdk/lib/mirrors/mirrors.dart |
+++ b/sdk/lib/mirrors/mirrors.dart |
@@ -705,6 +705,11 @@ abstract class ClassMirror implements TypeMirror, ObjectMirror { |
List<ClassMirror> get superinterfaces; |
/** |
+ * Is the reflectee abstract? |
+ */ |
+ bool get isAbstract; |
+ |
+ /** |
* Returns an immutable map of the declarations actually given in the class |
* declaration. |
* |