Chromium Code Reviews| Index: tests/language/src/TypeVariableScopeTest.dart |
| diff --git a/tests/language/src/TypeVariableScopeTest.dart b/tests/language/src/TypeVariableScopeTest.dart |
| index 32802f3211b5f0cefed1a62982d1a87367b62c65..17a0e4af6beb5dfbfb4fde46bcce77692fd06d03 100644 |
| --- a/tests/language/src/TypeVariableScopeTest.dart |
| +++ b/tests/language/src/TypeVariableScopeTest.dart |
| @@ -39,4 +39,5 @@ interface I<X> factory Foo<X> { |
| main() { |
| Foo.m(null); |
| + new I(null); |
|
jimhug
2011/10/31 23:36:31
Without this call, error #04 may not be detected b
ngeoffray
2011/11/01 08:17:34
OK.
|
| } |