| Index: dart/tests/language/src/TypeVariableScopeTest.dart
|
| diff --git a/dart/tests/language/src/TypeVariableScopeTest.dart b/dart/tests/language/src/TypeVariableScopeTest.dart
|
| index b3d5b51ca4dfc2bf5827f0b0f85c03e2ca3c3b47..7ace0f3fb5d33271bd8953285a3ce5db1e048cb6 100644
|
| --- a/dart/tests/language/src/TypeVariableScopeTest.dart
|
| +++ b/dart/tests/language/src/TypeVariableScopeTest.dart
|
| @@ -29,10 +29,10 @@ class Foo<T> {
|
|
|
| static void set f(
|
| Foo<T> /// 05: compile-time error
|
| - value) {}
|
| + value) {}
|
| }
|
|
|
| -interface I<T> factory Foo<T> {
|
| +interface I<T> default Foo<T> {
|
| I(I<T> i);
|
| }
|
|
|
|
|