Index: tests/language/reify_typevar_static_test.dart |
=================================================================== |
--- tests/language/reify_typevar_static_test.dart (revision 44338) |
+++ tests/language/reify_typevar_static_test.dart (working copy) |
@@ -12,7 +12,7 @@ |
b ? T : /// 00: compile-time error |
null; |
factory C.factoryConstructor(bool b) => new C( |
- b ? T : /// 01: compile-time error |
+ b ? T : /// 01: ok |
null); |
C.redirectingConstructor(bool b) : this( |
b ? T : /// 02: ok |