| Index: pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
|
| index e141181686e49d7a5b5afb14656cbbb9b107dc1d..f3575dc8521d1867bb7eda6524e3613177414671 100644
|
| --- a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
|
| @@ -72,6 +72,19 @@ class LinkedSummarizeAstStrongTest extends LinkedSummarizeAstTest {
|
|
|
| @override
|
| @failingTest
|
| + test_inferred_type_refers_to_nested_function_typed_param_of_typedef() {
|
| + super.test_inferred_type_refers_to_nested_function_typed_param_of_typedef();
|
| + }
|
| +
|
| + @override
|
| + @failingTest
|
| + test_inferred_type_refers_to_nested_function_typed_param_of_typedef_named() {
|
| + super
|
| + .test_inferred_type_refers_to_nested_function_typed_param_of_typedef_named();
|
| + }
|
| +
|
| + @override
|
| + @failingTest
|
| test_initializer_executable_with_bottom_return_type() {
|
| super.test_initializer_executable_with_bottom_return_type();
|
| }
|
|
|