Chromium Code Reviews| Index: sdk/lib/mirrors/mirrors.dart |
| diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirrors.dart |
| index c22d3c3164e8d1bf673cbfbec46c8386c4810492..e993bd1590a011d3ae9aa07549570247f31ae527 100644 |
| --- a/sdk/lib/mirrors/mirrors.dart |
| +++ b/sdk/lib/mirrors/mirrors.dart |
| @@ -1107,8 +1107,7 @@ abstract class ParameterMirror implements VariableMirror { |
| /** |
| * A mirror on the default value for this parameter, if it exists. |
|
rmacnak
2013/08/23 23:15:27
And do what if it doesn't?
Michael Lippautz (Google)
2013/08/24 00:17:21
Done.
|
| */ |
| - // TODO(ahe): This should return an InstanceMirror. |
| - String get defaultValue; |
| + InstanceMirror get defaultValue; |
| } |
| /** |