| Index: tests/language/src/FunctionTypeAliasTest.dart
|
| ===================================================================
|
| --- tests/language/src/FunctionTypeAliasTest.dart (revision 3631)
|
| +++ tests/language/src/FunctionTypeAliasTest.dart (working copy)
|
| @@ -19,9 +19,9 @@
|
|
|
| typedef void Test();
|
|
|
| -typedef ParametrizedFun1<T, U extends bool, V>(T t, U u);
|
| +typedef ParameterizedFun1<T, U extends bool, V>(T t, U u);
|
|
|
| -typedef List<T> ParametrizedFun2<T, U, V extends Map<T, int>>(
|
| +typedef List<T> ParameterizedFun2<T, U, V extends Map<T, int>>(
|
| Map<T, int> t, U u);
|
|
|
| typedef void BoundsCheck<T extends num>(T arg);
|
|
|