| Index: pkg/front_end/testcases/inference/future_union_downwards_4.dart
|
| diff --git a/pkg/front_end/testcases/inference/future_union_downwards_4.dart b/pkg/front_end/testcases/inference/future_union_downwards_4.dart
|
| index ea093e25b7e2a3da7a3fc3da6cfed325bedc3c21..a7e9b4c85353a0017bc0bd35e9582bb316f579cf 100644
|
| --- a/pkg/front_end/testcases/inference/future_union_downwards_4.dart
|
| +++ b/pkg/front_end/testcases/inference/future_union_downwards_4.dart
|
| @@ -31,3 +31,5 @@ Future<List<int>> g3() async {
|
| return new /*@typeArgs=List<int>*/ MyFuture.value(
|
| /*@typeArgs=int*/ [3]);
|
| }
|
| +
|
| +main() {}
|
|
|