Chromium Code Reviews| Index: tests/language/type_parameter_test.dart |
| diff --git a/tests/language/type_parameter_test.dart b/tests/language/type_parameter_test.dart |
| index 804603f58c02cad0da5a13b4786ffda8c2f1fdbb..45b00d76b83f4ca6aa0e4a27bb05a64b4bae91ba 100644 |
| --- a/tests/language/type_parameter_test.dart |
| +++ b/tests/language/type_parameter_test.dart |
| @@ -2,7 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -class A<T extends Hashable> { |
| +class A<T > { |
|
Mads Ager (google)
2012/09/27 12:48:27
hep
|
| Function closure; |
| A._(this.closure); |