| Index: tests/language/type_variable_bounds3_test.dart
|
| diff --git a/tests/language/type_variable_bounds3_test.dart b/tests/language/type_variable_bounds3_test.dart
|
| index aeef48151cb50a3bacbbf7c7f689a4891ccfeea4..462999bec341ea25bff6821bc611ee81fceb4db8 100644
|
| --- a/tests/language/type_variable_bounds3_test.dart
|
| +++ b/tests/language/type_variable_bounds3_test.dart
|
| @@ -4,8 +4,7 @@
|
|
|
| // Test of parameterized types with invalid bounds.
|
|
|
| -class A<K extends int> {
|
| -}
|
| +class A<K extends int> {}
|
|
|
| class B<X, Y> {
|
| foo(x) {
|
|
|