Index: dart/sdk/lib/mirrors/mirrors.dart |
diff --git a/dart/sdk/lib/mirrors/mirrors.dart b/dart/sdk/lib/mirrors/mirrors.dart |
index f6ba0c96f246034aa5a36085fbe242f14f780edc..e29c225253b5d5820f01b7397771a9b250e92ebe 100644 |
--- a/dart/sdk/lib/mirrors/mirrors.dart |
+++ b/dart/sdk/lib/mirrors/mirrors.dart |
@@ -665,7 +665,7 @@ abstract class ClassMirror implements TypeMirror, ObjectMirror { |
* An immutable map from names to mirrors for all constructor |
* declarations for this type. |
*/ |
- Map<Symbol, MethodMirror> get constructors; |
+ Map<Symbol, MethodMirror> get constructors; |
/** |
* An immutable map from names to mirrors for all type variables for |
@@ -673,7 +673,7 @@ abstract class ClassMirror implements TypeMirror, ObjectMirror { |
* |
* This map preserves the order of declaration of the type variables. |
*/ |
- Map<Symbol, TypeVariableMirror> get typeVariables; |
+ Map<Symbol, TypeVariableMirror> get typeVariables; |
/** |
* An immutable map from names to mirrors for all type arguments for |