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