| Index: pkg/front_end/testcases/inference/downward_inference_miscellaneous.dart
|
| diff --git a/pkg/front_end/testcases/inference/downward_inference_miscellaneous.dart b/pkg/front_end/testcases/inference/downward_inference_miscellaneous.dart
|
| index 44afa9b4712d8ae66108bc5a92009c78a95ffab6..5f45ab571363f81148cbacafd5b19f4a6f113375 100644
|
| --- a/pkg/front_end/testcases/inference/downward_inference_miscellaneous.dart
|
| +++ b/pkg/front_end/testcases/inference/downward_inference_miscellaneous.dart
|
| @@ -27,6 +27,6 @@ void main() {
|
| }
|
| {
|
| int f(int x) => 0;
|
| - A<int> a = /*@typeArgs=int*/ new A(f);
|
| + A<int> a = new /*@typeArgs=int*/ A(f);
|
| }
|
| }
|
|
|