| Index: tests/lib_strong/mirrors/generics_test.dart
|
| diff --git a/tests/lib_strong/mirrors/generics_test.dart b/tests/lib_strong/mirrors/generics_test.dart
|
| index fd9b105b2ab5d68277325b08b96cd1ab210094ba..4abe39c329978114f725956d18ca73b3ede0e7a6 100644
|
| --- a/tests/lib_strong/mirrors/generics_test.dart
|
| +++ b/tests/lib_strong/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> {}
|
|
|