| Index: tests/lib/mirrors/generics_test.dart
|
| diff --git a/tests/lib/mirrors/generics_test.dart b/tests/lib/mirrors/generics_test.dart
|
| index 10fe2e39c3c1af7f090fa06df958aa14321997bb..ab3f6e8a910a0ef771e03c6fb05c31f819e76423 100644
|
| --- a/tests/lib/mirrors/generics_test.dart
|
| +++ b/tests/lib/mirrors/generics_test.dart
|
| @@ -13,7 +13,7 @@ class A<T> {}
|
| class Z<T> {}
|
| class B extends A {}
|
| class C
|
| - extends A<num, int> /// 01: static type warning
|
| + extends A<num, int> //# 01: static type warning
|
| {}
|
| class D extends A<int> {}
|
| class E<S> extends A<S> {}
|
|
|