| Index: tests/language/type_variable_bounds_test.dart
|
| diff --git a/tests/language/type_variable_bounds_test.dart b/tests/language/type_variable_bounds_test.dart
|
| index 612edb27f394927217e06682d8058e0ae79a4f69..5cc03a97e3613ee9097dee860dbfc9d164324550 100644
|
| --- a/tests/language/type_variable_bounds_test.dart
|
| +++ b/tests/language/type_variable_bounds_test.dart
|
| @@ -7,7 +7,7 @@
|
| class Foo<T extends num> {
|
| Foo();
|
|
|
| - factory Foo.bad() = XFoo; /// 00: static type warning
|
| + factory Foo.bad() = XFoo; // /// 00: static type warning
|
|
|
| factory Foo.good() = Foo;
|
|
|
|
|