| Index: pkg/front_end/testcases/inference/infer_local_function_return_type.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_local_function_return_type.dart.strong.expect b/pkg/front_end/testcases/inference/infer_local_function_return_type.dart.strong.expect
|
| index 557818c02c9fbd9f371590075cfa4dcb79760cac..fadef631bc3edfae5e93849c16c84fbfc6c65ae3 100644
|
| --- a/pkg/front_end/testcases/inference/infer_local_function_return_type.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_local_function_return_type.dart.strong.expect
|
| @@ -109,7 +109,7 @@ static method main() → dynamic {
|
| function f7() → dynamic
|
| return f7.call();
|
| function f8() → dynamic
|
| - return throw new core::NoSuchMethodError::•(null, #f9, <dynamic>[], <dynamic, dynamic>{}, null);
|
| + return throw new core::NoSuchMethodError::_withType(null, #f9, 32, <dynamic>[].toList(growable: false), <dynamic, dynamic>{}, null);
|
| function f9() → dynamic
|
| return f5.call();
|
| }
|
|
|