| Index: sdk/lib/mirrors/mirrors.dart
|
| diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirrors.dart
|
| index c22d3c3164e8d1bf673cbfbec46c8386c4810492..66b9abd17fa96455018a66e0abedcacfeb6332e4 100644
|
| --- a/sdk/lib/mirrors/mirrors.dart
|
| +++ b/sdk/lib/mirrors/mirrors.dart
|
| @@ -135,7 +135,8 @@ external InstanceMirror reflect(Object reflectee);
|
| * This function returns a [ClassMirror] reflecting *C*.
|
| *
|
| * If [key] is not an instance of [Type] then this function
|
| - * throws an [ArgumentError].
|
| + * throws an [ArgumentError]. If [key] is the Type dynamic,
|
| + * throws an [ArgumentError] because dynamic is not a class.
|
| *
|
| * Note that since one cannot obtain a [Type] object from
|
| * another isolate, this function can only be used to
|
|
|