| Index: pkg/front_end/testcases/shaker/lib/lib.dart
|
| diff --git a/pkg/front_end/testcases/shaker/lib/lib.dart b/pkg/front_end/testcases/shaker/lib/lib.dart
|
| index 3abba2d53bad66c3066e2a6bf56181c83be59670..afb97c5a9c2bac2c82a571ead99efb7ca65b040b 100644
|
| --- a/pkg/front_end/testcases/shaker/lib/lib.dart
|
| +++ b/pkg/front_end/testcases/shaker/lib/lib.dart
|
| @@ -26,7 +26,9 @@ class Bound {}
|
|
|
| class Base<T extends Bound> {}
|
|
|
| -typedef T MyTypedef<T>(T arg);
|
| +typedef T Typedef1<T>(T arg);
|
| +
|
| +typedef String Typedef2(int arg);
|
|
|
| class F {
|
| K field;
|
|
|