| Index: pkg/front_end/testcases/inference/method_call_with_type_arguments_top_level_function.dart
|
| diff --git a/pkg/front_end/testcases/inference/method_call_with_type_arguments_top_level_function.dart b/pkg/front_end/testcases/inference/method_call_with_type_arguments_top_level_function.dart
|
| index 1aaa5246de36ed98644dc86dcd6a8adaebc71b40..92e1a260427d61a97de0de06f547d8793306bc36 100644
|
| --- a/pkg/front_end/testcases/inference/method_call_with_type_arguments_top_level_function.dart
|
| +++ b/pkg/front_end/testcases/inference/method_call_with_type_arguments_top_level_function.dart
|
| @@ -9,4 +9,4 @@ D<T> f<T>() => null;
|
|
|
| class D<T> {}
|
|
|
| -var /*@topType=D<int>*/ g = f<int>();
|
| +var /*@topType=D<int>*/ g = /*@typeArgs=int*/ f<int>();
|
|
|