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