| Index: tests/language/type_parameter_test.dart
|
| diff --git a/tests/language/type_parameter_test.dart b/tests/language/type_parameter_test.dart
|
| index 9493e22acab5f750e66b586933a002b6ac607c79..eb39d1bdf1994051c8e674c7b6a38fe5959b5f9d 100644
|
| --- a/tests/language/type_parameter_test.dart
|
| +++ b/tests/language/type_parameter_test.dart
|
| @@ -33,7 +33,7 @@ class A<T> {
|
| staticFinalField = "not_null";
|
|
|
| static const
|
| - T /// 05: static type warning, dynamic type error
|
| + T /// 05: static type warning, checked mode compile-time error
|
| staticConstField = "not_null";
|
|
|
| static not_null() => "not_null";
|
|
|