| Index: tests/lib/mirrors/private_types_test.dart
|
| diff --git a/tests/lib/mirrors/private_types_test.dart b/tests/lib/mirrors/private_types_test.dart
|
| index 12d9f6f4712b519a062cd13464904e7cfcd60026..4fde3a91fa04c5e41dd40e6c9ceccff5dd84ba5d 100644
|
| --- a/tests/lib/mirrors/private_types_test.dart
|
| +++ b/tests/lib/mirrors/private_types_test.dart
|
| @@ -9,9 +9,11 @@ import 'dart:mirrors';
|
| import 'package:expect/expect.dart';
|
|
|
| typedef int _F(int i);
|
| +
|
| class _C<_T> {}
|
|
|
| typedef int F(int i);
|
| +
|
| class C<T> {}
|
|
|
| main() {
|
|
|