Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart

Issue 2456803004: fixes #27586, prefer context type in generic inference (Closed)
Patch Set: fix Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « pkg/analyzer/test/generated/type_system_test.dart ('k') | pkg/analyzer/test/src/task/strong/checker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698