Index: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart |
diff --git a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart |
index 139a5537d84a273e65e6b9491c1e49a682dc4868..c793071bcd4c96319c7e378ec16c4bc470d0a4fa 100644 |
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart |
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart |
@@ -173,6 +173,21 @@ class AstInferredTypeTest extends AbstractResynthesizeTest |
await super.test_circularReference_viaClosures_initializerTypes(); |
} |
+ @override |
+ @failingTest |
+ test_blockBodiedLambdas_noReturn_topLevel() => |
+ super.test_blockBodiedLambdas_noReturn_topLevel(); |
+ |
+ @failingTest |
+ @override |
+ test_listLiteralsCanInferNull_topLevel() => |
+ super.test_listLiteralsCanInferNull_topLevel(); |
+ |
+ @failingTest |
+ @override |
+ test_mapLiteralsCanInferNull_topLevel() => |
+ super.test_mapLiteralsCanInferNull_topLevel(); |
+ |
test_infer_extractIndex_custom() async { |
var unit = await checkFileElement(''' |
class A { |