| Index: tests/lib/mirrors/generic_function_typedef_test.dart
|
| diff --git a/tests/lib/mirrors/generic_function_typedef_test.dart b/tests/lib/mirrors/generic_function_typedef_test.dart
|
| index 051f25da35cd12134fea6a1d883ed1cc4f334f69..a2ce1f682f80fc3c2f8376cef01b8bc450e4728a 100644
|
| --- a/tests/lib/mirrors/generic_function_typedef_test.dart
|
| +++ b/tests/lib/mirrors/generic_function_typedef_test.dart
|
| @@ -20,6 +20,8 @@ class C<R> {
|
| GenericTransform<R> transformOfR;
|
| }
|
|
|
| +reflectClass(t) => reflectType(t).originalDeclaration;
|
| +
|
| main() {
|
| TypeMirror dynamicMirror = currentMirrorSystem().dynamicType;
|
|
|
|
|