| Index: tests/language_strong/malbounded_type_cast2_test.dart
|
| diff --git a/tests/language_strong/malbounded_type_cast2_test.dart b/tests/language_strong/malbounded_type_cast2_test.dart
|
| index 7dc095a207c74969b995d38b178fe753c6033269..1fd8baa2cc22524ddd851952eda2df258bfd5304 100644
|
| --- a/tests/language_strong/malbounded_type_cast2_test.dart
|
| +++ b/tests/language_strong/malbounded_type_cast2_test.dart
|
| @@ -18,7 +18,7 @@ class A<T extends num> { }
|
|
|
| class B<T> {
|
| test() {
|
| - new A() as A<T>; // /// static type warning
|
| + new A() as A<T>; // //# static type warning
|
| }
|
| }
|
|
|
|
|