| Index: tests/language_strong/malbounded_type_cast_test.dart
|
| diff --git a/tests/language_strong/malbounded_type_cast_test.dart b/tests/language_strong/malbounded_type_cast_test.dart
|
| index e072110bf52f02f1661415410d07be5d8f2af2bc..4bdcb665058702a6fe701673f83bc2cc49d05265 100644
|
| --- a/tests/language_strong/malbounded_type_cast_test.dart
|
| +++ b/tests/language_strong/malbounded_type_cast_test.dart
|
| @@ -5,8 +5,8 @@
|
| import 'package:expect/expect.dart';
|
|
|
| class Super<T extends num> {}
|
| -class Malbounded1 implements Super<String> {} /// static type warning
|
| -class Malbounded2 extends Super<String> {} /// static type warning
|
| +class Malbounded1 implements Super<String> {} // /// static type warning
|
| +class Malbounded2 extends Super<String> {} // /// static type warning
|
|
|
| main() {
|
| bool inCheckedMode = false;
|
|
|