| Index: tests/lib_strong/mirrors/raw_type_test.dart
|
| diff --git a/tests/lib_strong/mirrors/raw_type_test.dart b/tests/lib_strong/mirrors/raw_type_test.dart
|
| index 3bd498210499c23e14fc0543a6da1f9c8848fca0..911a8afec295e7baeea01c8d1c939de9fdde4e77 100644
|
| --- a/tests/lib_strong/mirrors/raw_type_test.dart
|
| +++ b/tests/lib_strong/mirrors/raw_type_test.dart
|
| @@ -6,9 +6,11 @@ import 'dart:mirrors';
|
|
|
| import 'package:expect/expect.dart';
|
|
|
| -class Foo<T> {}
|
| +class Foo<T> {
|
| +}
|
|
|
| -class Bar<T> extends Foo<T> {}
|
| +class Bar<T> extends Foo<T> {
|
| +}
|
|
|
| main() {
|
| var fooType = reflectType(Foo);
|
|
|