Index: tests/language/type_variable_bounds_test.dart |
=================================================================== |
--- tests/language/type_variable_bounds_test.dart (revision 15232) |
+++ tests/language/type_variable_bounds_test.dart (working copy) |
@@ -60,7 +60,7 @@ |
new Box<String>().makeFoo(); |
// Fisk does not exist. |
- new Box<Fisk>(); /// 07: compile-time error |
+ new Box<Fisk>(); /// 07: static type warning, dynamic type error |
// Too many type arguments. |
new Box<Object, Object>(); /// 08: compile-time error |