Chromium Code Reviews| Index: tests/language/type_parameter_test.dart |
| =================================================================== |
| --- tests/language/type_parameter_test.dart (revision 24923) |
| +++ tests/language/type_parameter_test.dart (working copy) |
| @@ -29,7 +29,7 @@ |
| } |
| static final |
| - T /// 04: static type warning, dynamic type error |
| + T /// 04: static type warning, compile-time error |
| staticField = "not_null"; |
| // Assigning null to a malformed type is not a dynamic error. |