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